diff options
Diffstat (limited to 'kaddressbook/kabcore.h')
-rw-r--r-- | kaddressbook/kabcore.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/kabcore.h b/kaddressbook/kabcore.h index 47e55243f..39f229a59 100644 --- a/kaddressbook/kabcore.h +++ b/kaddressbook/kabcore.h @@ -24,7 +24,7 @@ #ifndef KABCORE_H #define KABCORE_H -#include <config.h> // FOR KDEPIM_NEW_DISTRLISTS +#include <config.h> // FOR TDEPIM_NEW_DISTRLISTS #include <kabc/field.h> @@ -148,7 +148,7 @@ class KDE_EXPORT KABCore : public KAB::Core KCommandHistory *commandHistory() const { return mCommandHistory; } -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS /** Returns all the distribution lists. */ @@ -395,7 +395,7 @@ class KDE_EXPORT KABCore : public KAB::Core private: -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS void editDistributionList( const KPIM::DistributionList &list ); void showDistributionListEntry( const TQString &uid ); #endif @@ -445,7 +445,7 @@ class KDE_EXPORT KABCore : public KAB::Core ViewManager *mViewManager; TQLabel *mViewHeaderLabel; -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS TQString mSelectedDistributionList; KPushButton *mAddDistListButton; KPushButton *mRemoveDistListButton; |