summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kicker-applets/kolourpicker/simplebutton.h2
-rw-r--r--kicker-applets/mediacontrol/simplebutton.h2
-rw-r--r--konq-plugins/sidebar/mediaplayer/mediaplayer.cpp2
-rw-r--r--konq-plugins/sidebar/newsticker/sidebar_news.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/kicker-applets/kolourpicker/simplebutton.h b/kicker-applets/kolourpicker/simplebutton.h
index 5e27981..ce06d21 100644
--- a/kicker-applets/kolourpicker/simplebutton.h
+++ b/kicker-applets/kolourpicker/simplebutton.h
@@ -24,7 +24,7 @@
#include <tqbutton.h>
#include <tqpixmap.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
class TDE_EXPORT SimpleButton : public TQButton
{
diff --git a/kicker-applets/mediacontrol/simplebutton.h b/kicker-applets/mediacontrol/simplebutton.h
index 5e27981..ce06d21 100644
--- a/kicker-applets/mediacontrol/simplebutton.h
+++ b/kicker-applets/mediacontrol/simplebutton.h
@@ -24,7 +24,7 @@
#include <tqbutton.h>
#include <tqpixmap.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
class TDE_EXPORT SimpleButton : public TQButton
{
diff --git a/konq-plugins/sidebar/mediaplayer/mediaplayer.cpp b/konq-plugins/sidebar/mediaplayer/mediaplayer.cpp
index c39b45b..80fca57 100644
--- a/konq-plugins/sidebar/mediaplayer/mediaplayer.cpp
+++ b/konq-plugins/sidebar/mediaplayer/mediaplayer.cpp
@@ -24,7 +24,7 @@
#include <kstandarddirs.h>
#include <tdemessagebox.h>
#include <tdeglobal.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#include "mediawidget.h"
KonqSidebar_MediaPlayer::KonqSidebar_MediaPlayer(TDEInstance *instance,TQObject *parent,TQWidget *widgetParent, TQString &desktopName_, const char* name):
diff --git a/konq-plugins/sidebar/newsticker/sidebar_news.cpp b/konq-plugins/sidebar/newsticker/sidebar_news.cpp
index 00eaada..99497af 100644
--- a/konq-plugins/sidebar/newsticker/sidebar_news.cpp
+++ b/konq-plugins/sidebar/newsticker/sidebar_news.cpp
@@ -35,7 +35,7 @@
#include <tdemessagebox.h>
#include <kdesktopfile.h>
#include <kiconloader.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#include "sidebar_news.h"
#include "nsstacktabwidget.h"
#include "norsswidget.h"