-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 @@ +#ifndef MICROKDE_KDIRWATCH_H +#define MICROKDE_KDIRWATCH_H + +#include <qobject.h> + +class KDirWatch : public QObject +{ + public: + KDirWatch() {} + + void addDir( const QString & ) {} +}; + +#endif |