From 7cb24f16beba124f021091c4b7bcf8565a06fb95 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 21:47:32 -0600 Subject: Rename additional instances of KDE to TDE --- kaddressbook/distributionlistpicker.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kaddressbook/distributionlistpicker.cpp') diff --git a/kaddressbook/distributionlistpicker.cpp b/kaddressbook/distributionlistpicker.cpp index 766f8871f..9f8626fb9 100644 --- a/kaddressbook/distributionlistpicker.cpp +++ b/kaddressbook/distributionlistpicker.cpp @@ -23,7 +23,7 @@ #include "distributionlistpicker.h" #include "config.h" -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS #include #endif @@ -59,7 +59,7 @@ KPIM::DistributionListPickerDialog::DistributionListPickerDialog( KABC::AddressB connect( m_listBox, TQT_SIGNAL( selected( const TQString& ) ), this, TQT_SLOT( entrySelected( const TQString& ) ) ); setMainWidget( main ); -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS typedef TQValueList DistListList; const DistListList lists = KPIM::DistributionList::allDistributionLists( m_book ); for ( DistListList::ConstIterator it = lists.begin(); it != lists.end(); ++it ) @@ -81,7 +81,7 @@ void KPIM::DistributionListPickerDialog::setLabelText( const TQString& text ) void KPIM::DistributionListPickerDialog::slotUser1() { -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS const TQValueList lists = KPIM::DistributionList::allDistributionLists( m_book ); TQStringList listNames; for ( TQValueList::ConstIterator it = lists.begin(); it != lists.end(); ++it ) -- cgit v1.2.1