summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/kommandoview.h2
-rw-r--r--src/menulistviewitem.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/kommandoview.h b/src/kommandoview.h
index f45a010..218ca74 100644
--- a/src/kommandoview.h
+++ b/src/kommandoview.h
@@ -21,7 +21,7 @@
#define KOMMANDOVIEW_H
#include <tqlistview.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
/**
@author Daniel Stöckel <the_docter@gmx.net>
diff --git a/src/menulistviewitem.h b/src/menulistviewitem.h
index e9531c5..b2a6960 100644
--- a/src/menulistviewitem.h
+++ b/src/menulistviewitem.h
@@ -21,7 +21,7 @@
#define MENULISTVIEWITEM_H
#include <tqlistview.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
class TDE_EXPORT MenuListViewItem : public TQListViewItem
{