diff options
author | Slávek Banko <[email protected]> | 2021-02-26 01:07:13 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-02-26 11:44:39 +0100 |
commit | 8dd0afb14153929cc1af6c587b0e942d0d09086c (patch) | |
tree | 7be9ae134edcef81f34661c51adf85f356d3f60e /kode | |
parent | bade93e84b47a17bdc77a31d36e78e9c04b4ce96 (diff) | |
download | tdepim-8dd0afb14153929cc1af6c587b0e942d0d09086c.tar.gz tdepim-8dd0afb14153929cc1af6c587b0e942d0d09086c.zip |
The workaround that tdepimmacros.h do is no longer needed
and kdemacros.h can be used directly.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit e77087ce3d590ddede0a0590caaade9aadc78d41)
Diffstat (limited to 'kode')
-rw-r--r-- | kode/automakefile.h | 2 | ||||
-rw-r--r-- | kode/class.h | 2 | ||||
-rw-r--r-- | kode/code.h | 2 | ||||
-rw-r--r-- | kode/enum.h | 2 | ||||
-rw-r--r-- | kode/file.h | 2 | ||||
-rw-r--r-- | kode/function.h | 2 | ||||
-rw-r--r-- | kode/license.h | 2 | ||||
-rw-r--r-- | kode/membervariable.h | 2 | ||||
-rw-r--r-- | kode/printer.h | 2 | ||||
-rw-r--r-- | kode/statemachine.h | 2 | ||||
-rw-r--r-- | kode/style.h | 2 | ||||
-rw-r--r-- | kode/typedef.h | 2 | ||||
-rw-r--r-- | kode/variable.h | 2 |
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 { |