summaryrefslogtreecommitdiffstats
path: root/tderesources/lib/tdeabc_resourcegroupwarebase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/lib/tdeabc_resourcegroupwarebase.cpp')
-rw-r--r--tderesources/lib/tdeabc_resourcegroupwarebase.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tderesources/lib/tdeabc_resourcegroupwarebase.cpp b/tderesources/lib/tdeabc_resourcegroupwarebase.cpp
index 93eb0597..f4a46990 100644
--- a/tderesources/lib/tdeabc_resourcegroupwarebase.cpp
+++ b/tderesources/lib/tdeabc_resourcegroupwarebase.cpp
@@ -32,7 +32,7 @@
#include <tdeabc/vcardconverter.h>
#include <tdelocale.h>
-using namespace KABC;
+using namespace TDEABC;
ResourceGroupwareBase::ResourceGroupwareBase( const TDEConfig *config )
: ResourceCached( config ),
@@ -114,7 +114,7 @@ KPIM::GroupwarePrefsBase *ResourceGroupwareBase::createPrefs()
void ResourceGroupwareBase::readConfig( const TDEConfig */*config*/ )
{
- kdDebug(5700) << "KABC::ResourceGroupwareBase::readConfig()" << endl;
+ kdDebug(5700) << "TDEABC::ResourceGroupwareBase::readConfig()" << endl;
// ResourceCached::readConfig( config );
if ( mPrefs ) {
mPrefs->readConfig();
@@ -215,8 +215,8 @@ bool ResourceGroupwareBase::asyncSave( Ticket* )
connect( mUploadJob, TQT_SIGNAL( result( KPIM::GroupwareJob * ) ),
TQT_SLOT( slotUploadJobResult( KPIM::GroupwareJob * ) ) );
- KABC::Addressee::List addr;
- KABC::Addressee::List::Iterator it;
+ TDEABC::Addressee::List addr;
+ TDEABC::Addressee::List::Iterator it;
KPIM::GroupwareUploadItem::List addedItems, changedItems, deletedItems;
addr = addedAddressees();