summaryrefslogtreecommitdiffstats
path: root/tdecore/kpalette.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kpalette.cpp')
-rw-r--r--tdecore/kpalette.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/kpalette.cpp b/tdecore/kpalette.cpp
index 073dff626..7335e8e14 100644
--- a/tdecore/kpalette.cpp
+++ b/tdecore/kpalette.cpp
@@ -24,7 +24,7 @@
#include <tqfile.h>
#include <tqtextstream.h>
#include <kstandarddirs.h>
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <ksavefile.h>
#include <kstringhandler.h>
@@ -34,7 +34,7 @@ TQStringList
KPalette::getPaletteList()
{
TQStringList paletteList;
- KGlobal::dirs()->findAllResources("config", "colors/*", false, true, paletteList);
+ TDEGlobal::dirs()->findAllResources("config", "colors/*", false, true, paletteList);
int strip = strlen("colors/");
for(TQStringList::Iterator it = paletteList.begin();