-rw-r--r-- | kabc/distributionlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/distributionlist.h b/kabc/distributionlist.h index 5f091b1..584f287 100644 --- a/kabc/distributionlist.h +++ b/kabc/distributionlist.h @@ -205,13 +205,13 @@ class DistributionListWatcher : public QObject void changed(); protected: DistributionListWatcher(); ~DistributionListWatcher(); private: static DistributionListWatcher* mSelf; -//US KDirWatch *mDirWatch; + KDirWatch *mDirWatch; }; } #endif |