summaryrefslogtreecommitdiffstats
path: root/src/k9copy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/k9copy.cpp')
-rw-r--r--src/k9copy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/k9copy.cpp b/src/k9copy.cpp
index 70ce41b..030a1e1 100644
--- a/src/k9copy.cpp
+++ b/src/k9copy.cpp
@@ -351,7 +351,7 @@ void k9Copy::optionsConfigureKeys() {
void k9Copy::optionsConfigureToolbars() {
// use the standard toolbar editor
- saveMainWindowSettings(KGlobal::config(), autoSaveGroup());
+ saveMainWindowSettings(TDEGlobal::config(), autoSaveGroup());
KEditToolbar dlg(factory());
connect(&dlg,TQT_SIGNAL(newToolbarConfig()),this,TQT_SLOT(newToolbarConfig()));
dlg.exec();
@@ -362,7 +362,7 @@ void k9Copy::newToolbarConfig() {
// recreate our GUI, and re-apply the settings (e.g. "text under icons", etc.)
createGUI(0);
- applyMainWindowSettings(KGlobal::config(), autoSaveGroup());
+ applyMainWindowSettings(TDEGlobal::config(), autoSaveGroup());
}
void k9Copy::fileOpen() {