-rw-r--r-- | kabc/addressbook.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/kabc/addressbook.h b/kabc/addressbook.h index 3383fc0..3a8e028 100644 --- a/kabc/addressbook.h +++ b/kabc/addressbook.h | |||
@@ -34,10 +34,4 @@ $Id$ | |||
34 | #include <qptrlist.h> | 34 | #include <qptrlist.h> |
35 | 35 | ||
36 | #ifndef KAB_EMBEDDED | ||
37 | |||
38 | #else //KAB_EMBEDDED | ||
39 | #endif //KAB_EMBEDDED | ||
40 | |||
41 | |||
42 | #include "addressee.h" | 36 | #include "addressee.h" |
43 | #include "field.h" | 37 | #include "field.h" |
@@ -316,12 +310,8 @@ class AddressBook : public QObject | |||
316 | 310 | ||
317 | private: | 311 | private: |
318 | #ifndef KAB_EMBEDDED | 312 | //US QPtrList<Resource> mDummy; // Remove in KDE 4 |
319 | QPtrList<Resource> mDummy; // Remove in KDE 4 | ||
320 | #endif //KAB_EMBEDDED | ||
321 | 313 | ||
322 | #ifdef KAB_EMBEDDED | ||
323 | //US optimization | 314 | //US optimization |
324 | void init(const QString &config); | 315 | void init(const QString &config); |
325 | #endif //KAB_EMBEDDED | ||
326 | 316 | ||
327 | 317 | ||