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 /libkpimexchange | |
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 'libkpimexchange')
-rw-r--r-- | libkpimexchange/core/exchangeaccount.h | 2 | ||||
-rw-r--r-- | libkpimexchange/core/exchangeclient.h | 2 | ||||
-rw-r--r-- | libkpimexchange/core/exchangedelete.h | 2 | ||||
-rw-r--r-- | libkpimexchange/core/exchangeupload.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libkpimexchange/core/exchangeaccount.h b/libkpimexchange/core/exchangeaccount.h index e55b22434..9cd0f576c 100644 --- a/libkpimexchange/core/exchangeaccount.h +++ b/libkpimexchange/core/exchangeaccount.h @@ -26,7 +26,7 @@ #include <tqobject.h> #include <tqstring.h> -#include <tdepimmacros.h> +#include <kdemacros.h> #include <kurl.h> #include <tdeio/job.h> diff --git a/libkpimexchange/core/exchangeclient.h b/libkpimexchange/core/exchangeclient.h index 6c994c02a..0feab87e3 100644 --- a/libkpimexchange/core/exchangeclient.h +++ b/libkpimexchange/core/exchangeclient.h @@ -26,7 +26,7 @@ #include <tqhostaddress.h> #include <tqptrlist.h> -#include <tdepimmacros.h> +#include <kdemacros.h> namespace KCal { class Event; diff --git a/libkpimexchange/core/exchangedelete.h b/libkpimexchange/core/exchangedelete.h index 03b066903..f8d8d1026 100644 --- a/libkpimexchange/core/exchangedelete.h +++ b/libkpimexchange/core/exchangedelete.h @@ -24,7 +24,7 @@ #include <tqwidget.h> #include <tdeio/job.h> -#include <tdepimmacros.h> +#include <kdemacros.h> #include <libkcal/calendar.h> #include <libkcal/event.h> diff --git a/libkpimexchange/core/exchangeupload.h b/libkpimexchange/core/exchangeupload.h index 85753b2ce..bbc5b8cf2 100644 --- a/libkpimexchange/core/exchangeupload.h +++ b/libkpimexchange/core/exchangeupload.h @@ -24,7 +24,7 @@ #include <tqwidget.h> #include <tdeio/job.h> -#include <tdepimmacros.h> +#include <kdemacros.h> #include <libkcal/calendar.h> #include <libkcal/event.h> |