summaryrefslogtreecommitdiffstats
path: root/src/menulistviewitem.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-01 18:16:40 +0900
committerMichele Calgaro <[email protected]>2024-07-01 19:14:36 +0900
commit0289c35c309d7a382b56933642c3f1bd9570e742 (patch)
tree98b1c64839d1504066c6a76df963291f1502b8e8 /src/menulistviewitem.h
parent8d48abe4fff86e65819410538a256c9487f136d3 (diff)
downloadkommando-0289c35c309d7a382b56933642c3f1bd9570e742.tar.gz
kommando-0289c35c309d7a382b56933642c3f1bd9570e742.zip
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 331458ea66691903a30f2b995e6d9586c0cef799)
Diffstat (limited to 'src/menulistviewitem.h')
-rw-r--r--src/menulistviewitem.h2
1 files changed, 1 insertions, 1 deletions
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
{