diff options
author | Timothy Pearson <[email protected]> | 2013-02-07 17:56:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-07 17:56:29 -0600 |
commit | c8734b9ab6112e850282c6b631bcfc215566a784 (patch) | |
tree | 10438788f0b7b476eb72e4df9e43b94a92514898 /kbackgammon/kbg.cpp | |
parent | aad6cb5621b73c0a16a75f4e3e2f5a4a087c04a7 (diff) | |
download | tdegames-c8734b9ab6112e850282c6b631bcfc215566a784.tar.gz tdegames-c8734b9ab6112e850282c6b631bcfc215566a784.zip |
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'kbackgammon/kbg.cpp')
-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 |