-rw-r--r-- | kabc/distributionlist.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kabc/distributionlist.h b/kabc/distributionlist.h index ccff487..5f091b1 100644 --- a/kabc/distributionlist.h +++ b/kabc/distributionlist.h @@ -181,39 +181,37 @@ class DistributionListManager <pre> KABC::DistributionListWatcher *watchdog = KABC::DistributionListWatcher::self() connect( watchdog, SIGNAL( changed() ), SLOT( doSomething() ) ); </pre> */ class DistributionListWatcher : public QObject { Q_OBJECT 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: DistributionListWatcher(); ~DistributionListWatcher(); private: static DistributionListWatcher* mSelf; -#ifndef KAB_EMBEDDED - KDirWatch *mDirWatch; -#endif //KAB_EMBEDDED +//US KDirWatch *mDirWatch; }; } #endif |