summaryrefslogtreecommitdiffstats
path: root/kaddressbook/features/distributionlistwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/features/distributionlistwidget.h')
-rw-r--r--kaddressbook/features/distributionlistwidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/features/distributionlistwidget.h b/kaddressbook/features/distributionlistwidget.h
index 7729b50d..1d82e99a 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;