summaryrefslogtreecommitdiffstats
path: root/noatun/modules/systray
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:58:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:58:20 -0600
commit6915c95d7c4a42d19ebbec3c87c1e308b20ec272 (patch)
tree027fb6e879e17c2d65cbea9eab5c9da028618972 /noatun/modules/systray
parent9d63b7d4600a5822f26793062dd2eca819bcfb1d (diff)
downloadtdemultimedia-6915c95d7c4a42d19ebbec3c87c1e308b20ec272.tar.gz
tdemultimedia-6915c95d7c4a42d19ebbec3c87c1e308b20ec272.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'noatun/modules/systray')
-rw-r--r--noatun/modules/systray/cmodule.cpp4
-rw-r--r--noatun/modules/systray/systray.cpp6
2 files changed, 5 insertions, 5 deletions
diff --git a/noatun/modules/systray/cmodule.cpp b/noatun/modules/systray/cmodule.cpp
index c0e04fd3..0ed5e232 100644
--- a/noatun/modules/systray/cmodule.cpp
+++ b/noatun/modules/systray/cmodule.cpp
@@ -28,8 +28,8 @@
#include "yhconfigwidget.h"
#include <kdebug.h>
-//#include <kglobal.h>
-#include <klocale.h>
+//#include <tdeglobal.h>
+#include <tdelocale.h>
#include <tqbuttongroup.h>
#include <tqcheckbox.h>
#include <tqcombobox.h>
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;