summaryrefslogtreecommitdiffstats
path: root/noatun/modules/systray/systray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/systray/systray.cpp')
-rw-r--r--noatun/modules/systray/systray.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/noatun/modules/systray/systray.cpp b/noatun/modules/systray/systray.cpp
index 3ef8841c..7f7cf7dc 100644
--- a/noatun/modules/systray/systray.cpp
+++ b/noatun/modules/systray/systray.cpp
@@ -41,9 +41,9 @@
#include <tdeaction.h>
#include <tdeconfig.h>
#include <tqfile.h>
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kiconloader.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kpassivepopup.h>
#include <kpixmapeffect.h>
#include <kstdaction.h>
@@ -61,7 +61,7 @@
#include <kstandarddirs.h>
#include <netwm.h>
-#include <kglobalsettings.h>
+#include <tdeglobalsettings.h>
// TODO: Maybe make this value configurable?
const int COVER_MAXW = 128;