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 /kresources/newexchange/exchangeglobals.cpp | |
parent | dbb49d72f7a1bc5c4b7312219cae8491cc571def (diff) | |
download | tdepim-7cb24f16beba124f021091c4b7bcf8565a06fb95.tar.gz tdepim-7cb24f16beba124f021091c4b7bcf8565a06fb95.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'kresources/newexchange/exchangeglobals.cpp')
-rw-r--r-- | kresources/newexchange/exchangeglobals.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kresources/newexchange/exchangeglobals.cpp b/kresources/newexchange/exchangeglobals.cpp index aaef31bcd..5cb2eee77 100644 --- a/kresources/newexchange/exchangeglobals.cpp +++ b/kresources/newexchange/exchangeglobals.cpp @@ -251,8 +251,8 @@ kdDebug() << "ExchangeGlobals::interpretCalendarDownloadItemsJob(): TQDomDocumen bool res = false; KCal::Incidence::List::Iterator it = incidences.begin(); for ( ; it != incidences.end(); ++it ) { - TQString fpr = (*it)->customProperty( "KDEPIM-Exchange-Resource", "fingerprint" ); - KURL href( (*it)->customProperty( "KDEPIM-Exchange-Resource", "href" ) ); + TQString fpr = (*it)->customProperty( "TDEPIM-Exchange-Resource", "fingerprint" ); + KURL href( (*it)->customProperty( "TDEPIM-Exchange-Resource", "href" ) ); adaptor->calendarItemDownloaded( (*it), (*it)->uid(), href, fpr, href.prettyURL() ); res = true; } @@ -274,8 +274,8 @@ kdDebug() << "ExchangeGlobals::interpretAddressBookDownloadItemsJob(): TQDomDocu bool res = false; KABC::Addressee::List::Iterator it = addressees.begin(); for ( ; it != addressees.end(); ++it ) { - TQString fpr = (*it).custom( "KDEPIM-Exchange-Resource", "fingerprint" ); - KURL href( (*it).custom( "KDEPIM-Exchange-Resource", "href" ) ); + TQString fpr = (*it).custom( "TDEPIM-Exchange-Resource", "fingerprint" ); + KURL href( (*it).custom( "TDEPIM-Exchange-Resource", "href" ) ); adaptor->addressbookItemDownloaded( (*it), (*it).uid(), href, fpr, href.prettyURL() ); res = true; } |