summaryrefslogtreecommitdiffstats
path: root/kode
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 /kode
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 'kode')
-rw-r--r--kode/automakefile.h2
-rw-r--r--kode/class.h2
-rw-r--r--kode/code.h2
-rw-r--r--kode/enum.h2
-rw-r--r--kode/file.h2
-rw-r--r--kode/function.h2
-rw-r--r--kode/license.h2
-rw-r--r--kode/membervariable.h2
-rw-r--r--kode/printer.h2
-rw-r--r--kode/statemachine.h2
-rw-r--r--kode/style.h2
-rw-r--r--kode/typedef.h2
-rw-r--r--kode/variable.h2
13 files changed, 13 insertions, 13 deletions
diff --git a/kode/automakefile.h b/kode/automakefile.h
index 25113bd43..d29322a79 100644
--- a/kode/automakefile.h
+++ b/kode/automakefile.h
@@ -26,7 +26,7 @@
#include <tqmap.h>
#include <tqstringlist.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
namespace KODE {
diff --git a/kode/class.h b/kode/class.h
index 7e8548c77..f63eb3629 100644
--- a/kode/class.h
+++ b/kode/class.h
@@ -26,7 +26,7 @@
#include "membervariable.h"
#include "typedef.h"
-#include <kdemacros.h>
+#include <tdemacros.h>
#include <tqvaluelist.h>
#include <tqstring.h>
#include <tqstringlist.h>
diff --git a/kode/code.h b/kode/code.h
index d060b2f50..12bf31c4c 100644
--- a/kode/code.h
+++ b/kode/code.h
@@ -26,7 +26,7 @@
#include <tqvaluelist.h>
#include <tqstring.h>
#include <tqstringlist.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
namespace KODE {
class TDE_EXPORT Code
diff --git a/kode/enum.h b/kode/enum.h
index f4f90f375..0cae53e4b 100644
--- a/kode/enum.h
+++ b/kode/enum.h
@@ -22,7 +22,7 @@
#define KODE_ENUM_H
#include <tqstringlist.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
namespace KODE {
diff --git a/kode/file.h b/kode/file.h
index c0d9d39cb..506b5745b 100644
--- a/kode/file.h
+++ b/kode/file.h
@@ -28,7 +28,7 @@
#include <tqstring.h>
#include <tqstringlist.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
namespace KODE {
diff --git a/kode/function.h b/kode/function.h
index f9cab7e2f..94c8b3f1b 100644
--- a/kode/function.h
+++ b/kode/function.h
@@ -26,7 +26,7 @@
#include <tqvaluelist.h>
#include <tqstring.h>
#include <tqstringlist.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
namespace KODE {
diff --git a/kode/license.h b/kode/license.h
index d5aa685df..fca593e21 100644
--- a/kode/license.h
+++ b/kode/license.h
@@ -22,7 +22,7 @@
#define KODE_LICENSE_H
#include <tqstring.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
namespace KODE {
diff --git a/kode/membervariable.h b/kode/membervariable.h
index 6adc9ddb9..b8995ed7f 100644
--- a/kode/membervariable.h
+++ b/kode/membervariable.h
@@ -25,7 +25,7 @@
#include <tqvaluelist.h>
#include <tqstring.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
namespace KODE {
diff --git a/kode/printer.h b/kode/printer.h
index 0f92608e9..a939c0be0 100644
--- a/kode/printer.h
+++ b/kode/printer.h
@@ -26,7 +26,7 @@
#include "style.h"
#include "automakefile.h"
-#include <kdemacros.h>
+#include <tdemacros.h>
#include <tqvaluelist.h>
#include <tqstring.h>
#include <tqstringlist.h>
diff --git a/kode/statemachine.h b/kode/statemachine.h
index c4e5f6a55..e1a8fa1ff 100644
--- a/kode/statemachine.h
+++ b/kode/statemachine.h
@@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqmap.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
namespace KODE {
diff --git a/kode/style.h b/kode/style.h
index 989cf0d15..fe469f339 100644
--- a/kode/style.h
+++ b/kode/style.h
@@ -27,7 +27,7 @@
#include <tqstring.h>
#include <tqstringlist.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
namespace KODE {
diff --git a/kode/typedef.h b/kode/typedef.h
index 7da8eb469..c922bfdbb 100644
--- a/kode/typedef.h
+++ b/kode/typedef.h
@@ -22,7 +22,7 @@
#define KODE_TYPEDEF_H
#include <tqvaluelist.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
namespace KODE {
diff --git a/kode/variable.h b/kode/variable.h
index 87b87eeba..6c52123fe 100644
--- a/kode/variable.h
+++ b/kode/variable.h
@@ -24,7 +24,7 @@
#include <tqvaluelist.h>
#include <tqstring.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
namespace KODE {