summaryrefslogtreecommitdiffabout
path: root/microkde/kdirwatch.h
Side-by-side diff
Diffstat (limited to 'microkde/kdirwatch.h') (more/less context) (ignore whitespace changes)
-rw-r--r--microkde/kdirwatch.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/microkde/kdirwatch.h b/microkde/kdirwatch.h
deleted file mode 100644
index 22b4dec..0000000
--- a/microkde/kdirwatch.h
+++ b/dev/null
@@ -1,14 +0,0 @@
-#ifndef MICROKDE_KDIRWATCH_H
-#define MICROKDE_KDIRWATCH_H
-
-#include <qobject.h>
-
-class KDirWatch : public QObject
-{
- public:
- KDirWatch() {}
-
- void addDir( const QString & ) {}
-};
-
-#endif