author | ulf69 <ulf69> | 2004-06-29 05:24:19 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-06-29 05:24:19 (UTC) |
commit | 5b8c654346bbbb32df6bf29065bff76c99de1653 (patch) (unidiff) | |
tree | 8e6d3317756c5222cc8c647cde39fac443156e8f | |
parent | fbc79b15b58ca195fa63c741a89d6d098cc05a66 (diff) | |
download | kdepimpi-5b8c654346bbbb32df6bf29065bff76c99de1653.zip kdepimpi-5b8c654346bbbb32df6bf29065bff76c99de1653.tar.gz kdepimpi-5b8c654346bbbb32df6bf29065bff76c99de1653.tar.bz2 |
removed references to KAB_EMBEDDED
-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 | |||
@@ -209,11 +209,9 @@ class DistributionListWatcher : public QObject | |||
209 | ~DistributionListWatcher(); | 209 | ~DistributionListWatcher(); |
210 | 210 | ||
211 | private: | 211 | private: |
212 | static DistributionListWatcher* mSelf; | 212 | static DistributionListWatcher* mSelf; |
213 | #ifndef KAB_EMBEDDED | 213 | //US KDirWatch *mDirWatch; |
214 | KDirWatch *mDirWatch; | ||
215 | #endif //KAB_EMBEDDED | ||
216 | }; | 214 | }; |
217 | 215 | ||
218 | } | 216 | } |
219 | #endif | 217 | #endif |