summaryrefslogtreecommitdiffstats
path: root/src/mainwindowshare.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindowshare.cpp')
-rw-r--r--src/mainwindowshare.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindowshare.cpp b/src/mainwindowshare.cpp
index 7046c679..1d67217b 100644
--- a/src/mainwindowshare.cpp
+++ b/src/mainwindowshare.cpp
@@ -302,7 +302,7 @@ void MainWindowShare::slotSettings()
ShellExtension::getInstance()->createGlobalSettingsPage(&dlg);
- KConfig* config = kapp->config();
+ TDEConfig* config = kapp->config();
config->setGroup("Global Settings Dialog");
int height = config->readNumEntry( "Height", 600 );