Index: io/kdirwatch.cpp
===================================================================
--- io/kdirwatch.cpp	(revision 1128524)
+++ io/kdirwatch.cpp	(working copy)
@@ -1858,6 +1858,7 @@ void KDirWatch::setCreated( const QStrin
 void KDirWatch::setDirty( const QString & _file )
 {
   //kDebug(7001) << objectName() << "emitting dirty" << _file;
+  kDebug() << "emiting dirty " << _file;
   emit dirty( _file );
 }
 