summaryrefslogtreecommitdiffabout
path: root/kabc/distributionlist.h
authorzautrix <zautrix>2004-08-08 12:16:57 (UTC)
committer zautrix <zautrix>2004-08-08 12:16:57 (UTC)
commit4cc869512488b72304c7cbb5526c6f4cc957e677 (patch) (side-by-side diff)
tree5658bb7ec55abc04b8e4f2d8e97faf945f0b9eeb /kabc/distributionlist.h
parent7c4e0075810cf95ab2b1ecda2d971264e9a9b60c (diff)
downloadkdepimpi-4cc869512488b72304c7cbb5526c6f4cc957e677.zip
kdepimpi-4cc869512488b72304c7cbb5526c6f4cc957e677.tar.gz
kdepimpi-4cc869512488b72304c7cbb5526c6f4cc957e677.tar.bz2
Made it compileable on desktop 2
Diffstat (limited to 'kabc/distributionlist.h') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/distributionlist.h17
1 files changed, 6 insertions, 11 deletions
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
};
-
+*/
}