diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-30 19:08:44 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 12:06:56 +0900 |
| commit | 417373531b083515e27868c9baa13282463beffa (patch) | |
| tree | 6cf22b76c456bebefb5e6f3b94304d8957118c1a /tdehtml/dom | |
| parent | 69ec8f3e01ba724655f4b7e16519f8a4882d3489 (diff) | |
| download | tdelibs-41737353.tar.gz tdelibs-41737353.zip | |
Rename kdemacros.* files to tdemacros.*
A dummy 'kdemacros.h' has been added to allow TDE to built till renaming is carried out across the whole code base. It will then be removed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1307964495cdc9a74f7b4aabab14ad9ffaa93dd6)
Diffstat (limited to 'tdehtml/dom')
| -rw-r--r-- | tdehtml/dom/css_value.h | 2 | ||||
| -rw-r--r-- | tdehtml/dom/html_form.h | 2 | ||||
| -rw-r--r-- | tdehtml/dom/html_image.h | 2 | ||||
| -rw-r--r-- | tdehtml/dom/html_object.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tdehtml/dom/css_value.h b/tdehtml/dom/css_value.h index 6e3d89717..563d09cd1 100644 --- a/tdehtml/dom/css_value.h +++ b/tdehtml/dom/css_value.h @@ -31,7 +31,7 @@ #include <tqcolor.h> -#include <kdemacros.h> +#include <tdemacros.h> namespace DOM { diff --git a/tdehtml/dom/html_form.h b/tdehtml/dom/html_form.h index 63c626356..7533a29de 100644 --- a/tdehtml/dom/html_form.h +++ b/tdehtml/dom/html_form.h @@ -33,7 +33,7 @@ #include <dom/html_element.h> #include <dom/html_misc.h> -#include <kdemacros.h> +#include <tdemacros.h> namespace DOM { diff --git a/tdehtml/dom/html_image.h b/tdehtml/dom/html_image.h index f6f25b0d6..ec2ab819e 100644 --- a/tdehtml/dom/html_image.h +++ b/tdehtml/dom/html_image.h @@ -31,7 +31,7 @@ #include <dom/html_element.h> -#include <kdemacros.h> +#include <tdemacros.h> namespace DOM { diff --git a/tdehtml/dom/html_object.h b/tdehtml/dom/html_object.h index 6161f8ef2..22d5b002b 100644 --- a/tdehtml/dom/html_object.h +++ b/tdehtml/dom/html_object.h @@ -34,7 +34,7 @@ #include <dom/html_element.h> #include <dom/html_form.h> -#include <kdemacros.h> +#include <tdemacros.h> namespace DOM { |
