From c8734b9ab6112e850282c6b631bcfc215566a784 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 17:56:29 -0600 Subject: Rename KComp to avoid conflicts with KDE4 --- kbackgammon/kbg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbackgammon/kbg.cpp') diff --git a/kbackgammon/kbg.cpp b/kbackgammon/kbg.cpp index 3ff2c5e2..bb8cbae7 100644 --- a/kbackgammon/kbg.cpp +++ b/kbackgammon/kbg.cpp @@ -148,7 +148,7 @@ KBg::KBg() KWidgetAction* actionCmdLine = new KWidgetAction( cmdLine, TQString(), 0, 0, 0, actionCollection(), "command_lineedit"); actionCmdLine->setAutoSized(true); - cmdLine->completionObject()->setOrder(KCompletion::Weighted); + cmdLine->completionObject()->setOrder(TDECompletion::Weighted); connect(cmdLine, TQT_SIGNAL(returnPressed(const TQString &)), TQT_TQOBJECT(this), TQT_SLOT(handleCmd(const TQString &))); /* * Done with the actions, create the XML-defined parts of the -- cgit v1.2.1