diff options
Diffstat (limited to 'kaddressbook/searchmanager.h')
-rw-r--r-- | kaddressbook/searchmanager.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/searchmanager.h b/kaddressbook/searchmanager.h index eeb84e018..e038b4633 100644 --- a/kaddressbook/searchmanager.h +++ b/kaddressbook/searchmanager.h @@ -24,11 +24,11 @@ #ifndef SEARCHMANAGER_H #define SEARCHMANAGER_H -#include <config.h> // for KDEPIM_NEW_DISTRLISTS +#include <config.h> // for TDEPIM_NEW_DISTRLISTS #include <tqobject.h> #include <kabc/stdaddressbook.h> -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS #include <libtdepim/distributionlist.h> #endif @@ -67,7 +67,7 @@ class SearchManager : public TQObject KABC::Addressee::List contacts() const; -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS /** sets the distribution list to be shown */ @@ -95,7 +95,7 @@ class SearchManager : public TQObject private: KABC::Addressee::List mContacts; -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS TQString mSelectedDistributionList; KPIM::DistributionList::List mDistributionLists; #endif |