summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/contactlist/kopetemetacontactlvi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/contactlist/kopetemetacontactlvi.cpp')
-rw-r--r--kopete/kopete/contactlist/kopetemetacontactlvi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/kopete/contactlist/kopetemetacontactlvi.cpp b/kopete/kopete/contactlist/kopetemetacontactlvi.cpp
index 04bb8c98..c77367fb 100644
--- a/kopete/kopete/contactlist/kopetemetacontactlvi.cpp
+++ b/kopete/kopete/contactlist/kopetemetacontactlvi.cpp
@@ -61,7 +61,7 @@
#include "systemtray.h"
#include "kopeteglobal.h"
#include "kopetecontact.h"
-#include "kabcpersistence.h"
+#include "tdeabcpersistence.h"
#include <memory>
@@ -322,7 +322,7 @@ void KopeteMetaContactLVI::rename( const TQString& newName )
if(c)
u->args << c->contactId() << c->protocol()->pluginId() << c->account()->accountId();
}
- // source kabc requires no arguments
+ // source tdeabc requires no arguments
lv->insertUndoItem(u);
}