From 4cc869512488b72304c7cbb5526c6f4cc957e677 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 08 Aug 2004 12:16:57 +0000 Subject: Made it compileable on desktop 2 --- (limited to 'kabc/distributionlist.h') diff --git a/kabc/distributionlist.h b/kabc/distributionlist.h index 584f287..c81e543 100644 --- a/kabc/distributionlist.h +++ b/kabc/distributionlist.h @@ -21,7 +21,7 @@ #ifndef KABC_DISTRIBUTIONLIST_H #define KABC_DISTRIBUTIONLIST_H -#include +//#include #include "addressbook.h" @@ -185,23 +185,18 @@ class DistributionListManager */ +/* class DistributionListWatcher : public QObject { - Q_OBJECT + Q_OBJECT_XX public: - /** - * Returns the watcher object. - */ + static DistributionListWatcher *self(); 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(); protected: @@ -212,6 +207,6 @@ class DistributionListWatcher : public QObject static DistributionListWatcher* mSelf; KDirWatch *mDirWatch; }; - +*/ } #endif -- cgit v0.9.0.2