summaryrefslogtreecommitdiffstats
path: root/kresources/newexchange/exchangeglobals.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:47:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:47:32 -0600
commit7cb24f16beba124f021091c4b7bcf8565a06fb95 (patch)
tree966c56d322d59439374c65c06803bdca34b00af5 /kresources/newexchange/exchangeglobals.cpp
parentdbb49d72f7a1bc5c4b7312219cae8491cc571def (diff)
downloadtdepim-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.cpp8
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;
}