summaryrefslogtreecommitdiffstats
path: root/kgantt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 19:18:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 19:18:36 +0900
commit3353e7fa30be3d2f6c5161a7fd10fd056b5828cd (patch)
tree95f62323988ce952757dd740ea3e8811b4e2d13f /kgantt
parentfb95ee4b5acb2be8ee1cb17cdeeaccc5e11dc744 (diff)
downloadtdepim-3353e7fa30be3d2f6c5161a7fd10fd056b5828cd.tar.gz
tdepim-3353e7fa30be3d2f6c5161a7fd10fd056b5828cd.zip
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kgantt')
-rw-r--r--kgantt/kgantt/KGantt.h2
-rw-r--r--kgantt/kgantt/KGanttItem.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kgantt/kgantt/KGantt.h b/kgantt/kgantt/KGantt.h
index 79c7f7d35..32c5a66a2 100644
--- a/kgantt/kgantt/KGantt.h
+++ b/kgantt/kgantt/KGantt.h
@@ -38,7 +38,7 @@
#include <tqsplitter.h>
#include <tdepopupmenu.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#include "KGanttItem.h"
#include "xQGanttListView.h"
diff --git a/kgantt/kgantt/KGanttItem.h b/kgantt/kgantt/KGanttItem.h
index 298efbcc1..b4a13c3cd 100644
--- a/kgantt/kgantt/KGanttItem.h
+++ b/kgantt/kgantt/KGanttItem.h
@@ -38,7 +38,7 @@
#include <tqptrlist.h>
#include <tqpainter.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#include "KGanttRelation.h"