summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 18:16:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 18:16:40 +0900
commit331458ea66691903a30f2b995e6d9586c0cef799 (patch)
tree9ffb07a1d2338e8ad03c6de6ed447486dee736f8
parente305356bf172a7e0d845e19f866c3c4885910876 (diff)
downloadkommando-331458ea66691903a30f2b995e6d9586c0cef799.tar.gz
kommando-331458ea66691903a30f2b995e6d9586c0cef799.zip
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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
{