author | ulf69 <ulf69> | 2004-07-14 14:42:00 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-07-14 14:42:00 (UTC) |
commit | 80b35ebb50cac5007c074a4900f518f48f704eac (patch) (unidiff) | |
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 @@ | |||
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 | ||