summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kworldwatch/maploader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kworldwatch/maploader.cpp b/kworldwatch/maploader.cpp
index 927491f..d5efd29 100644
--- a/kworldwatch/maploader.cpp
+++ b/kworldwatch/maploader.cpp
@@ -37,7 +37,7 @@
#include <tdeglobal.h>
#include <tdestandarddirs.h>
-#include <kdesktopfile.h>
+#include <tdedesktopfile.h>
#include <kimageeffect.h>
@@ -52,7 +52,7 @@ TQPtrList<MapTheme> MapLoader::themes()
TQStringList files = TDEGlobal::dirs()->findAllResources("data", "kworldclock/maps/*/*.desktop");
for (TQStringList::Iterator it=files.begin(); it != files.end(); ++it)
{
- KDesktopFile conf(*it);
+ TDEDesktopFile conf(*it);
conf.setGroup("Theme");
result.append(new MapTheme(conf.readName(), conf.readEntry("Theme")));
}