-rw-r--r-- | kabc/distributionlist.cpp | 4 | ||||
-rw-r--r-- | kabc/distributionlist.h | 17 |
2 files changed, 8 insertions, 13 deletions
diff --git a/kabc/distributionlist.cpp b/kabc/distributionlist.cpp index 1fb186e..d34ba0b 100644 --- a/kabc/distributionlist.cpp +++ b/kabc/distributionlist.cpp @@ -262,3 +262,3 @@ bool DistributionListManager::save() } - +#if 0 DistributionListWatcher* DistributionListWatcher::mSelf = 0; @@ -289,3 +289,3 @@ DistributionListWatcher *DistributionListWatcher::self() } - +#endif //US #include "distributionlist.moc" diff --git a/kabc/distributionlist.h b/kabc/distributionlist.h index 584f287..c81e543 100644 --- a/kabc/distributionlist.h +++ b/kabc/distributionlist.h @@ -23,3 +23,3 @@ -#include <kdirwatch.h> +//#include <kdirwatch.h> @@ -187,10 +187,9 @@ class DistributionListManager +/* class DistributionListWatcher : public QObject { - Q_OBJECT + Q_OBJECT_XX public: - /** - * Returns the watcher object. - */ + static DistributionListWatcher *self(); @@ -199,7 +198,3 @@ class DistributionListWatcher : public QObject signals: - /** - * This signal is emmitted whenever the distribution lists has - * changed (if a list was added or removed, when a list was - * renamed or the entries of the list changed). - */ + void changed(); @@ -214,3 +209,3 @@ class DistributionListWatcher : public QObject }; - +*/ } |