From 1307964495cdc9a74f7b4aabab14ad9ffaa93dd6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 30 Jun 2024 19:08:44 +0900 Subject: 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 --- tdehtml/dom/css_value.h | 2 +- tdehtml/dom/html_form.h | 2 +- tdehtml/dom/html_image.h | 2 +- tdehtml/dom/html_object.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tdehtml/dom') 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 -#include +#include 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 #include -#include +#include 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 -#include +#include 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 #include -#include +#include namespace DOM { -- cgit v1.2.1