summaryrefslogtreecommitdiffstats
path: root/kgoldrunner
diff options
context:
space:
mode:
Diffstat (limited to 'kgoldrunner')
-rw-r--r--kgoldrunner/src/kgoldrunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kgoldrunner/src/kgoldrunner.cpp b/kgoldrunner/src/kgoldrunner.cpp
index 319b65fd..f793af47 100644
--- a/kgoldrunner/src/kgoldrunner.cpp
+++ b/kgoldrunner/src/kgoldrunner.cpp
@@ -835,7 +835,7 @@ bool KGoldrunner::getDirectories()
// The directory strings are set by KDE at run time and might change in
// later releases, so use them with caution and only if something gets lost.
- KStandardDirs * dirs = new KStandardDirs();
+ TDEStandardDirs * dirs = new TDEStandardDirs();
#ifdef QT3
TQString myDir = "kgoldrunner";