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 f8b6f74..220147f 100644
--- a/src/global.cpp
+++ b/src/global.cpp
@@ -40,7 +40,7 @@ DebugWindow *Global::debugWindow = 0L;
BackgroundManager *Global::backgroundManager = 0L;
SystemTray *Global::systemTray = 0L;
BNPView *Global::bnpView = 0L;
-KGlobalAccel *Global::globalAccel = 0L;
+TDEGlobalAccel *Global::globalAccel = 0L;
KConfig *Global::basketConfig = 0L;
AboutData Global::basketAbout;
@@ -64,7 +64,7 @@ TQString Global::savesFolder()
dir.mkdir(s_customSavesFolder);
folder = new TQString(Settings::dataFolder().endsWith("/") ? Settings::dataFolder() : Settings::dataFolder() + "/");
} else { // The default path (should be that for most computers)
- folder = new TQString(KGlobal::dirs()->saveLocation("data", "basket/"));
+ folder = new TQString(TDEGlobal::dirs()->saveLocation("data", "basket/"));
}
}