diff options
Diffstat (limited to 'kbackgammon')
-rw-r--r-- | kbackgammon/kbg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |