From 895d76e0de9e13d6014992f49e51c7928b59ca77 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 17:57:54 -0600 Subject: Rename KComp to avoid conflicts with KDE4 --- kopete/protocols/irc/ircaccount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kopete/protocols') 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 ); -- cgit v1.2.1