author | ulf69 <ulf69> | 2004-06-29 05:24:46 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-06-29 05:24:46 (UTC) |
commit | a027e7c5a476dbc101431ab8bf7987ba5d44d969 (patch) (unidiff) | |
tree | 5e87c8df91cf17f2442e519677456dc731b13445 /kabc | |
parent | 5b8c654346bbbb32df6bf29065bff76c99de1653 (diff) | |
download | kdepimpi-a027e7c5a476dbc101431ab8bf7987ba5d44d969.zip kdepimpi-a027e7c5a476dbc101431ab8bf7987ba5d44d969.tar.gz kdepimpi-a027e7c5a476dbc101431ab8bf7987ba5d44d969.tar.bz2 |
removed references to KAB_EMBEDDED macro
-rw-r--r-- | kabc/distributionlist.cpp | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/kabc/distributionlist.cpp b/kabc/distributionlist.cpp index aa2725d..45b9dda 100644 --- a/kabc/distributionlist.cpp +++ b/kabc/distributionlist.cpp | |||
@@ -165,4 +165,3 @@ bool DistributionListManager::load() | |||
165 | 165 | ||
166 | #ifndef KAB_EMBEDDED | 166 | /*US |
167 | |||
168 | QMap<QString,QString> entryMap = cfg.entryMap( mAddressBook->identifier() ); | 167 | QMap<QString,QString> entryMap = cfg.entryMap( mAddressBook->identifier() ); |
@@ -178,4 +177,3 @@ bool DistributionListManager::load() | |||
178 | QString name = it.key(); | 177 | QString name = it.key(); |
179 | 178 | */ | |
180 | #else //KAB_EMBEDDED | ||
181 | cfg.setGroup( mAddressBook->identifier() ); | 179 | cfg.setGroup( mAddressBook->identifier() ); |
@@ -192,3 +190,2 @@ bool DistributionListManager::load() | |||
192 | 190 | ||
193 | #endif //KAB_EMBEDDED | ||
194 | 191 | ||
@@ -242,3 +239,2 @@ bool DistributionListManager::save() | |||
242 | 239 | ||
243 | #ifdef KAB_EMBEDDED | ||
244 | //US for microKDE we have not yet sophisticated methods to load maps. | 240 | //US for microKDE we have not yet sophisticated methods to load maps. |
@@ -251,4 +247,7 @@ bool DistributionListManager::save() | |||
251 | 247 | ||
252 | #endif //KAB_EMBEDDED | 248 | |
253 | 249 | ||
250 | |||
251 | |||
252 | |||
254 | cfg.sync(); | 253 | cfg.sync(); |
@@ -263,3 +262,3 @@ DistributionListWatcher::DistributionListWatcher() | |||
263 | { | 262 | { |
264 | #ifndef KAB_EMBEDDED | 263 | /*US |
265 | mDirWatch = new KDirWatch; | 264 | mDirWatch = new KDirWatch; |
@@ -269,3 +268,3 @@ DistributionListWatcher::DistributionListWatcher() | |||
269 | mDirWatch->startScan(); | 268 | mDirWatch->startScan(); |
270 | #endif //KAB_EMBEDDED | 269 | */ |
271 | } | 270 | } |
@@ -274,6 +273,6 @@ DistributionListWatcher::~DistributionListWatcher() | |||
274 | { | 273 | { |
275 | #ifndef KAB_EMBEDDED | 274 | /*US |
276 | delete mDirWatch; | 275 | delete mDirWatch; |
277 | mDirWatch = 0; | 276 | mDirWatch = 0; |
278 | #endif //KAB_EMBEDDED | 277 | */ |
279 | } | 278 | } |
@@ -288,6 +287,3 @@ DistributionListWatcher *DistributionListWatcher::self() | |||
288 | 287 | ||
289 | 288 | //US #include "distributionlist.moc" | |
290 | #ifndef KAB_EMBEDDED | ||
291 | #include "distributionlist.moc" | ||
292 | #endif //KAB_EMBEDDED | ||
293 | 289 | ||