diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-02-26 01:07:13 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-02-26 11:44:39 +0100 |
commit | 8dd0afb14153929cc1af6c587b0e942d0d09086c (patch) | |
tree | 7be9ae134edcef81f34661c51adf85f356d3f60e /wizards | |
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 <slavek.banko@axis.cz>
(cherry picked from commit e77087ce3d590ddede0a0590caaade9aadc78d41)
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/egroupwarewizard.h | 2 | ||||
-rw-r--r-- | wizards/exchangewizard.h | 2 | ||||
-rw-r--r-- | wizards/groupwisewizard.h | 2 | ||||
-rw-r--r-- | wizards/kolabwizard.h | 2 | ||||
-rw-r--r-- | wizards/scalixwizard.h | 2 | ||||
-rw-r--r-- | wizards/sloxwizard.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/wizards/egroupwarewizard.h b/wizards/egroupwarewizard.h index 431c61d3c..bd25dea11 100644 --- a/wizards/egroupwarewizard.h +++ b/wizards/egroupwarewizard.h @@ -22,7 +22,7 @@ #define EGROUPWAREWIZARD_H #include <tdeconfigwizard.h> -#include <tdepimmacros.h> +#include <kdemacros.h> class KLineEdit; class TQCheckBox; diff --git a/wizards/exchangewizard.h b/wizards/exchangewizard.h index ffa35d025..8f4978ed1 100644 --- a/wizards/exchangewizard.h +++ b/wizards/exchangewizard.h @@ -21,7 +21,7 @@ #define EXCHANGEWIZARD_H #include <tdeconfigwizard.h> -#include <tdepimmacros.h> +#include <kdemacros.h> class KLineEdit; class TQCheckBox; diff --git a/wizards/groupwisewizard.h b/wizards/groupwisewizard.h index 7960a39be..734e14d71 100644 --- a/wizards/groupwisewizard.h +++ b/wizards/groupwisewizard.h @@ -21,7 +21,7 @@ #define GROUPWISEWIZARD_H #include <tdeconfigwizard.h> -#include <tdepimmacros.h> +#include <kdemacros.h> class KLineEdit; class TQCheckBox; diff --git a/wizards/kolabwizard.h b/wizards/kolabwizard.h index 99fd0c0d2..a0f898a0b 100644 --- a/wizards/kolabwizard.h +++ b/wizards/kolabwizard.h @@ -23,7 +23,7 @@ #define KOLABWIZARD_H #include <tdeconfigwizard.h> -#include <tdepimmacros.h> +#include <kdemacros.h> class KLineEdit; class TQCheckBox; diff --git a/wizards/scalixwizard.h b/wizards/scalixwizard.h index 273f6c4a6..3b5b5ec31 100644 --- a/wizards/scalixwizard.h +++ b/wizards/scalixwizard.h @@ -23,7 +23,7 @@ #define SCALIXWIZARD_H #include <tdeconfigwizard.h> -#include <tdepimmacros.h> +#include <kdemacros.h> class KComboBox; class KLineEdit; diff --git a/wizards/sloxwizard.h b/wizards/sloxwizard.h index d9b24c60c..ad6ec0d25 100644 --- a/wizards/sloxwizard.h +++ b/wizards/sloxwizard.h @@ -21,7 +21,7 @@ #define SLOXWIZARD_H #include <tdeconfigwizard.h> -#include <tdepimmacros.h> +#include <kdemacros.h> class KLineEdit; class TQCheckBox; |