diff options
Diffstat (limited to 'kaddressbook/features/distributionlistwidget.h')
-rw-r--r-- | kaddressbook/features/distributionlistwidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/features/distributionlistwidget.h b/kaddressbook/features/distributionlistwidget.h index 7729b50d4..1d82e99a3 100644 --- a/kaddressbook/features/distributionlistwidget.h +++ b/kaddressbook/features/distributionlistwidget.h @@ -24,7 +24,7 @@ #ifndef DISTRIBUTIONLISTWIDGET_H #define DISTRIBUTIONLISTWIDGET_H -#include <config.h> // for KDEPIM_NEW_DISTRLISTS +#include <config.h> // for TDEPIM_NEW_DISTRLISTS #include <kdialogbase.h> #include <klistview.h> @@ -76,7 +76,7 @@ class DistributionListWidget : public KAB::ExtensionWidget void selectionContactViewChanged(); private: -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS void changed( const KABC::Addressee& dist ); #else void changed(); @@ -91,7 +91,7 @@ class DistributionListWidget : public KAB::ExtensionWidget TQLabel *mEntryCountLabel; DistributionListView *mContactView; -#ifndef KDEPIM_NEW_DISTRLISTS +#ifndef TDEPIM_NEW_DISTRLISTS KABC::DistributionListManager *mManager; #endif TQPushButton *mCreateListButton; |