author | ulf69 <ulf69> | 2004-07-14 14:42:00 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-07-14 14:42:00 (UTC) |
commit | 80b35ebb50cac5007c074a4900f518f48f704eac (patch) (side-by-side diff) | |
tree | 4286c44a7d789b91ab4651873481b03937bb36af /microkde/kdirwatch.h | |
parent | 02380b50374340283fe9dd0f804254ee17374347 (diff) | |
download | kdepimpi-80b35ebb50cac5007c074a4900f518f48f704eac.zip kdepimpi-80b35ebb50cac5007c074a4900f518f48f704eac.tar.gz kdepimpi-80b35ebb50cac5007c074a4900f518f48f704eac.tar.bz2 |
added the real kdirwatch implementation from kde. Now we can monitor if 3rd parties modified
files or directories
-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 @@ -#ifndef MICROKDE_KDIRWATCH_H -#define MICROKDE_KDIRWATCH_H - -#include <qobject.h> - -class KDirWatch : public QObject -{ - public: - KDirWatch() {} - - void addDir( const QString & ) {} -}; - -#endif |