summaryrefslogtreecommitdiffstats
path: root/kworldwatch/maploader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kworldwatch/maploader.cpp')
-rw-r--r--kworldwatch/maploader.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kworldwatch/maploader.cpp b/kworldwatch/maploader.cpp
index ce192f2..d5efd29 100644
--- a/kworldwatch/maploader.cpp
+++ b/kworldwatch/maploader.cpp
@@ -36,8 +36,8 @@
#include <tdeglobal.h>
-#include <kstandarddirs.h>
-#include <kdesktopfile.h>
+#include <tdestandarddirs.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")));
}