summaryrefslogtreecommitdiffstats
path: root/src/global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/global.cpp')
-rw-r--r--src/global.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/global.cpp b/src/global.cpp
index 220147f..b205478 100644
--- a/src/global.cpp
+++ b/src/global.cpp
@@ -41,7 +41,7 @@ BackgroundManager *Global::backgroundManager = 0L;
SystemTray *Global::systemTray = 0L;
BNPView *Global::bnpView = 0L;
TDEGlobalAccel *Global::globalAccel = 0L;
-KConfig *Global::basketConfig = 0L;
+TDEConfig *Global::basketConfig = 0L;
AboutData Global::basketAbout;
void Global::setCustomSavesFolder(const TQString &folder)
@@ -92,7 +92,7 @@ KMainWindow* Global::mainWindow()
return 0;
}
-KConfig* Global::config()
+TDEConfig* Global::config()
{
if(!Global::basketConfig)
Global::basketConfig = KSharedConfig::openConfig("basketrc");