diff options
Diffstat (limited to 'kmail/recipientspicker.h')
-rw-r--r-- | kmail/recipientspicker.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kmail/recipientspicker.h b/kmail/recipientspicker.h index 7ab05b40b..fb6e657fd 100644 --- a/kmail/recipientspicker.h +++ b/kmail/recipientspicker.h @@ -21,7 +21,7 @@ #ifndef RECIPIENTSPICKER_H #define RECIPIENTSPICKER_H -#include <config.h> // for KDEPIM_NEW_DISTRLISTS +#include <config.h> // for TDEPIM_NEW_DISTRLISTS #include "recipientseditor.h" @@ -36,7 +36,7 @@ class TQComboBox; -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS #include <libtdepim/distributionlist.h> #else namespace KABC { @@ -54,7 +54,7 @@ class RecipientItem public: typedef TQValueList<RecipientItem *> List; -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS RecipientItem( KABC::AddressBook *ab ); void setDistributionList( KPIM::DistributionList& ); KPIM::DistributionList& distributionList(); @@ -79,7 +79,7 @@ class RecipientItem TQString tooltip() const; private: -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS TQString createTooltip( KPIM::DistributionList & ) const; #else TQString createTooltip( KABC::DistributionList * ) const; @@ -89,7 +89,7 @@ class RecipientItem TQString mName; TQString mEmail; TQString mRecipient; -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS KPIM::DistributionList mDistributionList; KABC::AddressBook *mAddressBook; #else @@ -240,7 +240,7 @@ class RecipientsPicker : public TQDialog RecipientsCollection *mDistributionLists; RecipientsCollection *mSelectedRecipients; -#ifndef KDEPIM_NEW_DISTRLISTS +#ifndef TDEPIM_NEW_DISTRLISTS KABC::DistributionListManager *mDistributionListManager; #endif |