diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:45:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:45:16 -0600 |
commit | f3141fbf4b9ff6dd0f37e08aa552ab71e8f391c7 (patch) | |
tree | b312fd7d5b7a34b88941b2fc50661431637b78b4 /kbackgammon/kbg.cpp | |
parent | 23a5c62758c4898e3afc1b8bb4c3ae78f4b526ac (diff) | |
download | tdegames-f3141fbf4b9ff6dd0f37e08aa552ab71e8f391c7.tar.gz tdegames-f3141fbf4b9ff6dd0f37e08aa552ab71e8f391c7.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kbackgammon/kbg.cpp')
-rw-r--r-- | kbackgammon/kbg.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kbackgammon/kbg.cpp b/kbackgammon/kbg.cpp index b25153ee..7065ead1 100644 --- a/kbackgammon/kbg.cpp +++ b/kbackgammon/kbg.cpp @@ -684,11 +684,11 @@ void KBg::toggleMenubar() */ void KBg::configureToolbars() { - saveMainWindowSettings(KGlobal::config(), "kedittoolbar settings"); // temp group + saveMainWindowSettings(TDEGlobal::config(), "kedittoolbar settings"); // temp group KEditToolbar dlg(actionCollection(), xmlFile(), true, this); connect(&dlg,TQT_SIGNAL(newToolbarConfig()),this,TQT_SLOT(newToolbarConfig())); dlg.exec(); - KGlobal::config()->deleteGroup( "kedittoolbar settings" ); // delete temp group + TDEGlobal::config()->deleteGroup( "kedittoolbar settings" ); // delete temp group } /* @@ -697,7 +697,7 @@ void KBg::configureToolbars() void KBg::newToolbarConfig() { createGUI(); - applyMainWindowSettings(KGlobal::config(), "kedittoolbar settings"); + applyMainWindowSettings(TDEGlobal::config(), "kedittoolbar settings"); } /* |