summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/irc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:57:54 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:57:54 -0600
commit895d76e0de9e13d6014992f49e51c7928b59ca77 (patch)
tree4d02c27abda6089d2022c0a5d62cee5c0d079843 /kopete/protocols/irc
parent84673b354321cc022a8d8ec46dba6aa1dd6f95ef (diff)
downloadtdenetwork-895d76e0de9e13d6014992f49e51c7928b59ca77.tar.gz
tdenetwork-895d76e0de9e13d6014992f49e51c7928b59ca77.zip
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'kopete/protocols/irc')
-rw-r--r--kopete/protocols/irc/ircaccount.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/irc/ircaccount.cpp b/kopete/protocols/irc/ircaccount.cpp
index 9a316854..1f1be5a7 100644
--- a/kopete/protocols/irc/ircaccount.cpp
+++ b/kopete/protocols/irc/ircaccount.cpp
@@ -753,7 +753,7 @@ void IRCAccount::slotJoinChannel()
Kopete::UI::Global::mainWidget()
);
- KCompletion comp;
+ TDECompletion comp;
comp.insertItems( chans );
dlg.lineEdit()->setCompletionObject( &comp );