diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:18:36 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 21:00:46 +0900 |
| commit | 04db7b27ae6c6a865c014c1d7653e6a638ec6a5c (patch) | |
| tree | ebfc5089af4b73f15c71d9294a7f44b707cf60ef /kaddressbook/interfaces | |
| parent | 1e12a3283ff59ceee726438e9c40d70fb2454d55 (diff) | |
| download | tdepim-04db7b27.tar.gz tdepim-04db7b27.zip | |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3353e7fa30be3d2f6c5161a7fd10fd056b5828cd)
Diffstat (limited to 'kaddressbook/interfaces')
| -rw-r--r-- | kaddressbook/interfaces/configurewidget.h | 2 | ||||
| -rw-r--r-- | kaddressbook/interfaces/contacteditorwidget.h | 2 | ||||
| -rw-r--r-- | kaddressbook/interfaces/core.h | 2 | ||||
| -rw-r--r-- | kaddressbook/interfaces/extensionwidget.h | 2 | ||||
| -rw-r--r-- | kaddressbook/interfaces/xxport.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/kaddressbook/interfaces/configurewidget.h b/kaddressbook/interfaces/configurewidget.h index c636b10b..bd6dc6ba 100644 --- a/kaddressbook/interfaces/configurewidget.h +++ b/kaddressbook/interfaces/configurewidget.h @@ -27,7 +27,7 @@ #include <tqwidget.h> #include <tdeconfig.h> -#include <kdemacros.h> +#include <tdemacros.h> namespace TDEABC { class AddressBook; diff --git a/kaddressbook/interfaces/contacteditorwidget.h b/kaddressbook/interfaces/contacteditorwidget.h index c3282b5c..c9dc07b1 100644 --- a/kaddressbook/interfaces/contacteditorwidget.h +++ b/kaddressbook/interfaces/contacteditorwidget.h @@ -28,7 +28,7 @@ #include <tdeabc/addressbook.h> #include <klibloader.h> -#include <kdemacros.h> +#include <tdemacros.h> #define KAB_CEW_PLUGIN_VERSION 1 diff --git a/kaddressbook/interfaces/core.h b/kaddressbook/interfaces/core.h index e689ee8f..57a84d70 100644 --- a/kaddressbook/interfaces/core.h +++ b/kaddressbook/interfaces/core.h @@ -35,7 +35,7 @@ #include <tdeabc/field.h> #include <kcommand.h> #include <kxmlguiclient.h> -#include <kdemacros.h> +#include <tdemacros.h> namespace TDEABC { class AddressBook; diff --git a/kaddressbook/interfaces/extensionwidget.h b/kaddressbook/interfaces/extensionwidget.h index a7396c2a..43c29898 100644 --- a/kaddressbook/interfaces/extensionwidget.h +++ b/kaddressbook/interfaces/extensionwidget.h @@ -28,7 +28,7 @@ #include <tdeabc/addressbook.h> #include <klibloader.h> -#include <kdemacros.h> +#include <tdemacros.h> #define KAB_EXTENSIONWIDGET_PLUGIN_VERSION 1 diff --git a/kaddressbook/interfaces/xxport.h b/kaddressbook/interfaces/xxport.h index 13321eee..e46d8d5f 100644 --- a/kaddressbook/interfaces/xxport.h +++ b/kaddressbook/interfaces/xxport.h @@ -30,7 +30,7 @@ #include <tdeabc/addresseelist.h> #include <klibloader.h> #include <kxmlguiclient.h> -#include <kdemacros.h> +#include <tdemacros.h> #define KAB_XXPORT_PLUGIN_VERSION 1 |
