summaryrefslogtreecommitdiffstats
path: root/kode
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-02-26 01:07:13 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-02-26 01:47:25 +0100
commite77087ce3d590ddede0a0590caaade9aadc78d41 (patch)
tree181af70027be1d359a9e62c50d672f5a785b9d6f /kode
parent616964474240c627d9660a493a018bcb81a8dee1 (diff)
downloadtdepim-e77087ce3d590ddede0a0590caaade9aadc78d41.tar.gz
tdepim-e77087ce3d590ddede0a0590caaade9aadc78d41.zip
The workaround that tdepimmacros.h do is no longer needed
and kdemacros.h can be used directly. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 418851ade..1a5937324 100644
--- a/kode/automakefile.h
+++ b/kode/automakefile.h
@@ -26,7 +26,7 @@
#include <tqmap.h>
#include <tqstringlist.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
namespace KODE {
diff --git a/kode/class.h b/kode/class.h
index f3f44114b..aab15d279 100644
--- a/kode/class.h
+++ b/kode/class.h
@@ -26,7 +26,7 @@
#include "membervariable.h"
#include "typedef.h"
-#include <tdepimmacros.h>
+#include <kdemacros.h>
#include <tqvaluelist.h>
#include <tqstring.h>
#include <tqstringlist.h>
diff --git a/kode/code.h b/kode/code.h
index 97a1b8d34..2b1da6311 100644
--- a/kode/code.h
+++ b/kode/code.h
@@ -26,7 +26,7 @@
#include <tqvaluelist.h>
#include <tqstring.h>
#include <tqstringlist.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
namespace KODE {
class KDE_EXPORT Code
diff --git a/kode/enum.h b/kode/enum.h
index 56681724f..d4566bba5 100644
--- a/kode/enum.h
+++ b/kode/enum.h
@@ -22,7 +22,7 @@
#define KODE_ENUM_H
#include <tqstringlist.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
namespace KODE {
diff --git a/kode/file.h b/kode/file.h
index f4fe555e8..7a8991542 100644
--- a/kode/file.h
+++ b/kode/file.h
@@ -28,7 +28,7 @@
#include <tqstring.h>
#include <tqstringlist.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
namespace KODE {
diff --git a/kode/function.h b/kode/function.h
index 305838eb4..6d928f4fd 100644
--- a/kode/function.h
+++ b/kode/function.h
@@ -26,7 +26,7 @@
#include <tqvaluelist.h>
#include <tqstring.h>
#include <tqstringlist.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
namespace KODE {
diff --git a/kode/license.h b/kode/license.h
index 6474babc8..e73be1348 100644
--- a/kode/license.h
+++ b/kode/license.h
@@ -22,7 +22,7 @@
#define KODE_LICENSE_H
#include <tqstring.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
namespace KODE {
diff --git a/kode/membervariable.h b/kode/membervariable.h
index fe5e889db..f75ab0f12 100644
--- a/kode/membervariable.h
+++ b/kode/membervariable.h
@@ -25,7 +25,7 @@
#include <tqvaluelist.h>
#include <tqstring.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
namespace KODE {
diff --git a/kode/printer.h b/kode/printer.h
index 1d3f103ef..ceb0f7a99 100644
--- a/kode/printer.h
+++ b/kode/printer.h
@@ -26,7 +26,7 @@
#include "style.h"
#include "automakefile.h"
-#include <tdepimmacros.h>
+#include <kdemacros.h>
#include <tqvaluelist.h>
#include <tqstring.h>
#include <tqstringlist.h>
diff --git a/kode/statemachine.h b/kode/statemachine.h
index 5c977293f..a34905925 100644
--- a/kode/statemachine.h
+++ b/kode/statemachine.h
@@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqmap.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
namespace KODE {
diff --git a/kode/style.h b/kode/style.h
index 26921f716..42b5fe187 100644
--- a/kode/style.h
+++ b/kode/style.h
@@ -27,7 +27,7 @@
#include <tqstring.h>
#include <tqstringlist.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
namespace KODE {
diff --git a/kode/typedef.h b/kode/typedef.h
index 9cc696357..a985c5fb3 100644
--- a/kode/typedef.h
+++ b/kode/typedef.h
@@ -22,7 +22,7 @@
#define KODE_TYPEDEF_H
#include <tqvaluelist.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
namespace KODE {
diff --git a/kode/variable.h b/kode/variable.h
index 1eda384f1..252d7b405 100644
--- a/kode/variable.h
+++ b/kode/variable.h
@@ -24,7 +24,7 @@
#include <tqvaluelist.h>
#include <tqstring.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
namespace KODE {