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 --- kmail/distributionlistdialog.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kmail/distributionlistdialog.cpp') diff --git a/kmail/distributionlistdialog.cpp b/kmail/distributionlistdialog.cpp index 6c21e8ba6..26f720ad6 100644 --- a/kmail/distributionlistdialog.cpp +++ b/kmail/distributionlistdialog.cpp @@ -19,7 +19,7 @@ Boston, MA 02110-1301, USA. */ -#include // for KDEPIM_NEW_DISTRLISTS +#include // for TDEPIM_NEW_DISTRLISTS #include "distributionlistdialog.h" @@ -28,7 +28,7 @@ #include #include -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS #include #endif #include @@ -172,7 +172,7 @@ void DistributionListDialog::slotUser1() return; } -#ifndef KDEPIM_NEW_DISTRLISTS +#ifndef TDEPIM_NEW_DISTRLISTS KABC::DistributionListManager manager( ab ); manager.load(); #endif @@ -189,7 +189,7 @@ void DistributionListDialog::slotUser1() KABC::AddressBook *ab = KABC::StdAddressBook::self( true ); -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS if ( !KPIM::DistributionList::findByName( ab, name ).isEmpty() ) { #else if ( manager.list( name ) ) { @@ -212,7 +212,7 @@ void DistributionListDialog::slotUser1() return; } -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS KPIM::DistributionList dlist; dlist.setName( name ); @@ -260,13 +260,13 @@ void DistributionListDialog::slotUser1() return; } -#ifndef KDEPIM_NEW_DISTRLISTS +#ifndef TDEPIM_NEW_DISTRLISTS manager.save(); #endif // Only accept when the dist list is really in the addressbook, since we can't detect if the // user aborted saving in another way, since insertAddressee() lacks a return code. -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS if ( !KPIM::DistributionList::findByName( ab, name ).isEmpty() ) { #else if ( manager.list( name ) ) { -- cgit v1.2.1