-rw-r--r-- | microkde/kdirwatch.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/microkde/kdirwatch.h b/microkde/kdirwatch.h new file mode 100644 index 0000000..22b4dec --- a/dev/null +++ b/microkde/kdirwatch.h | |||
@@ -0,0 +1,14 @@ | |||
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 | ||