diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:47:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:47:32 -0600 |
commit | 7cb24f16beba124f021091c4b7bcf8565a06fb95 (patch) | |
tree | 966c56d322d59439374c65c06803bdca34b00af5 /kmail/recipientspicker.h | |
parent | dbb49d72f7a1bc5c4b7312219cae8491cc571def (diff) | |
download | tdepim-7cb24f16beba124f021091c4b7bcf8565a06fb95.tar.gz tdepim-7cb24f16beba124f021091c4b7bcf8565a06fb95.zip |
Rename additional instances of KDE to TDE
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 |