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/css/css_base.h | 2 +- tdehtml/dom/css_value.h | 2 +- tdehtml/dom/html_form.h | 2 +- tdehtml/dom/html_image.h | 2 +- tdehtml/dom/html_object.h | 2 +- tdehtml/misc/htmlattrs.h | 2 +- tdehtml/misc/makeattrs | 2 +- tdehtml/tdehtml_part.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'tdehtml') diff --git a/tdehtml/css/css_base.h b/tdehtml/css/css_base.h index db0700a35..d39d5e94d 100644 --- a/tdehtml/css/css_base.h +++ b/tdehtml/css/css_base.h @@ -29,7 +29,7 @@ #include "dom/dom_misc.h" #include "xml/dom_nodeimpl.h" #include "misc/shared.h" -#include +#include #include #include 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 { diff --git a/tdehtml/misc/htmlattrs.h b/tdehtml/misc/htmlattrs.h index 7f28a5081..eabe89cd2 100644 --- a/tdehtml/misc/htmlattrs.h +++ b/tdehtml/misc/htmlattrs.h @@ -6,7 +6,7 @@ htmlattrs.in by makeattrs, do not edit */ #define HTML_ATTRS_H #include "dom/dom_string.h" -#include +#include using namespace DOM; #define ATTR_ACCEPT_CHARSET 1 diff --git a/tdehtml/misc/makeattrs b/tdehtml/misc/makeattrs index 1ed890c2c..b981b285f 100644 --- a/tdehtml/misc/makeattrs +++ b/tdehtml/misc/makeattrs @@ -36,7 +36,7 @@ print out "%{\n/* This file is automatically generated from print out "struct attrs {\n int name;\n int id;\n};\n%%\n"; print header "/* This file is automatically generated from -htmlattrs.in by makeattrs, do not edit */\n/* Copyright 1999 Lars Knoll */\n\n#ifndef HTML_ATTRS_H\n#define HTML_ATTRS_H\n\n#include \"dom/dom_string.h\"\n#include \nusing namespace DOM;\n\n"; +htmlattrs.in by makeattrs, do not edit */\n/* Copyright 1999 Lars Knoll */\n\n#ifndef HTML_ATTRS_H\n#define HTML_ATTRS_H\n\n#include \"dom/dom_string.h\"\n#include \nusing namespace DOM;\n\n"; my %amap = (); my $last_ci_attr = 0; diff --git a/tdehtml/tdehtml_part.h b/tdehtml/tdehtml_part.h index 7d3f01312..a67cb28ab 100644 --- a/tdehtml/tdehtml_part.h +++ b/tdehtml/tdehtml_part.h @@ -30,7 +30,7 @@ #include #include -#include +#include #include #include -- cgit v1.2.1