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 /kaddressbook/searchmanager.h | |
parent | dbb49d72f7a1bc5c4b7312219cae8491cc571def (diff) | |
download | tdepim-7cb24f16beba124f021091c4b7bcf8565a06fb95.tar.gz tdepim-7cb24f16beba124f021091c4b7bcf8565a06fb95.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'kaddressbook/searchmanager.h')
-rw-r--r-- | kaddressbook/searchmanager.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/searchmanager.h b/kaddressbook/searchmanager.h index eeb84e018..e038b4633 100644 --- a/kaddressbook/searchmanager.h +++ b/kaddressbook/searchmanager.h @@ -24,11 +24,11 @@ #ifndef SEARCHMANAGER_H #define SEARCHMANAGER_H -#include <config.h> // for KDEPIM_NEW_DISTRLISTS +#include <config.h> // for TDEPIM_NEW_DISTRLISTS #include <tqobject.h> #include <kabc/stdaddressbook.h> -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS #include <libtdepim/distributionlist.h> #endif @@ -67,7 +67,7 @@ class SearchManager : public TQObject KABC::Addressee::List contacts() const; -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS /** sets the distribution list to be shown */ @@ -95,7 +95,7 @@ class SearchManager : public TQObject private: KABC::Addressee::List mContacts; -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS TQString mSelectedDistributionList; KPIM::DistributionList::List mDistributionLists; #endif |