summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/kopetecontact.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:02:44 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:01:29 +0200
commit45971e65a6114fbd1f91ae354da485450001166f (patch)
treeb607ce9f3b683a89478b8c21c6bc9a53bf6b7a44 /kopete/libkopete/kopetecontact.cpp
parentc26bb519a8aebc04ffe39d0b6c784a1c1e915202 (diff)
downloadtdenetwork-45971e65a6114fbd1f91ae354da485450001166f.tar.gz
tdenetwork-45971e65a6114fbd1f91ae354da485450001166f.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'kopete/libkopete/kopetecontact.cpp')
-rw-r--r--kopete/libkopete/kopetecontact.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/libkopete/kopetecontact.cpp b/kopete/libkopete/kopetecontact.cpp
index 322a46f3..b1d9005e 100644
--- a/kopete/libkopete/kopetecontact.cpp
+++ b/kopete/libkopete/kopetecontact.cpp
@@ -26,7 +26,7 @@
#include <tdeversion.h>
#include <kinputdialog.h>
-#include <kabcpersistence.h>
+#include <tdeabcpersistence.h>
#include <kdialogbase.h>
#include <tdelocale.h>
#include <tdepopupmenu.h>
@@ -343,7 +343,7 @@ void Contact::setMetaContact( MetaContact *m )
m->addContact( this );
m->insertChild( this );
// it is necessary to call this write here, because MetaContact::addContact() does not differentiate
- // between adding completely new contacts (which should be written to kabc) and restoring upon restart
+ // between adding completely new contacts (which should be written to tdeabc) and restoring upon restart
// (where no write is needed).
KABCPersistence::self()->write( m );
connect( d->metaContact, TQT_SIGNAL( aboutToSave( Kopete::MetaContact * ) ),