summaryrefslogtreecommitdiffstats
path: root/kresources/newexchange/exchangeaddressbookadaptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/newexchange/exchangeaddressbookadaptor.cpp')
-rw-r--r--kresources/newexchange/exchangeaddressbookadaptor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kresources/newexchange/exchangeaddressbookadaptor.cpp b/kresources/newexchange/exchangeaddressbookadaptor.cpp
index 469d15c3..423ac75a 100644
--- a/kresources/newexchange/exchangeaddressbookadaptor.cpp
+++ b/kresources/newexchange/exchangeaddressbookadaptor.cpp
@@ -82,9 +82,9 @@ void ExchangeAddressBookAdaptor::customAdaptUploadUrl( KURL &url )
// url.setPath( url.path() + "/NewItem.EML" );
}
-QString ExchangeAddressBookAdaptor::defaultNewItemName( KPIM::GroupwareUploadItem *item ) {
+TQString ExchangeAddressBookAdaptor::defaultNewItemName( KPIM::GroupwareUploadItem *item ) {
if ( item ) return item->uid()+".EML";
- else return QString::null;
+ else return TQString::null;
}