-rw-r--r-- | microkde/kdirwatch.h | 14 |
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 @@ | |||
1 | #ifndef MICROKDE_KDIRWATCH_H | ||
2 | #define MICROKDE_KDIRWATCH_H | ||
3 | |||
4 | #include <qobject.h> | ||
5 | |||
6 | class KDirWatch : public QObject | ||
7 | { | ||
8 | public: | ||
9 | KDirWatch() {} | ||
10 | |||
11 | void addDir( const QString & ) {} | ||
12 | }; | ||
13 | |||
14 | #endif | ||