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 /ktnef | |
parent | 1e12a3283ff59ceee726438e9c40d70fb2454d55 (diff) | |
download | tdepim-04db7b27ae6c6a865c014c1d7653e6a638ec6a5c.tar.gz tdepim-04db7b27ae6c6a865c014c1d7653e6a638ec6a5c.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3353e7fa30be3d2f6c5161a7fd10fd056b5828cd)
Diffstat (limited to 'ktnef')
-rw-r--r-- | ktnef/gui/ktnefview.h | 2 | ||||
-rw-r--r-- | ktnef/ktnef/ktnefattach.h | 2 | ||||
-rw-r--r-- | ktnef/ktnef/ktnefmessage.h | 2 | ||||
-rw-r--r-- | ktnef/ktnef/ktnefparser.h | 2 | ||||
-rw-r--r-- | ktnef/ktnef/ktnefproperty.h | 2 | ||||
-rw-r--r-- | ktnef/ktnef/ktnefpropertyset.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/ktnef/gui/ktnefview.h b/ktnef/gui/ktnefview.h index 71278e626..00d297211 100644 --- a/ktnef/gui/ktnefview.h +++ b/ktnef/gui/ktnefview.h @@ -20,7 +20,7 @@ #include <tdelistview.h> #include <tqptrlist.h> -#include <kdemacros.h> +#include <tdemacros.h> class KTNEFAttach; diff --git a/ktnef/ktnef/ktnefattach.h b/ktnef/ktnef/ktnefattach.h index 077d7a3c1..b2acfe380 100644 --- a/ktnef/ktnef/ktnefattach.h +++ b/ktnef/ktnef/ktnefattach.h @@ -22,7 +22,7 @@ #include <tqmap.h> #include <tqvariant.h> #include <ktnef/ktnefpropertyset.h> -#include <kdemacros.h> +#include <tdemacros.h> class KTNEFProperty; diff --git a/ktnef/ktnef/ktnefmessage.h b/ktnef/ktnef/ktnefmessage.h index 24723c007..6c0128bfa 100644 --- a/ktnef/ktnef/ktnefmessage.h +++ b/ktnef/ktnef/ktnefmessage.h @@ -20,7 +20,7 @@ #include <ktnef/ktnefpropertyset.h> #include <tqptrlist.h> -#include <kdemacros.h> +#include <tdemacros.h> class KTNEFAttach; diff --git a/ktnef/ktnef/ktnefparser.h b/ktnef/ktnef/ktnefparser.h index 7d42b9d1c..da3c324a0 100644 --- a/ktnef/ktnef/ktnefparser.h +++ b/ktnef/ktnef/ktnefparser.h @@ -21,7 +21,7 @@ #include <tqptrlist.h> #include <tqstring.h> #include <tqmap.h> -#include <kdemacros.h> +#include <tdemacros.h> class KTNEFAttach; class KTNEFMessage; diff --git a/ktnef/ktnef/ktnefproperty.h b/ktnef/ktnef/ktnefproperty.h index 0443e7154..ccd04b684 100644 --- a/ktnef/ktnef/ktnefproperty.h +++ b/ktnef/ktnef/ktnefproperty.h @@ -20,7 +20,7 @@ #include <tqvariant.h> #include <tqstring.h> -#include <kdemacros.h> +#include <tdemacros.h> class TDE_EXPORT KTNEFProperty { diff --git a/ktnef/ktnef/ktnefpropertyset.h b/ktnef/ktnef/ktnefpropertyset.h index 789bfe89c..19cb9067b 100644 --- a/ktnef/ktnef/ktnefpropertyset.h +++ b/ktnef/ktnef/ktnefpropertyset.h @@ -20,7 +20,7 @@ #include <tqmap.h> #include <tqvariant.h> -#include <kdemacros.h> +#include <tdemacros.h> class KTNEFProperty; |