diff options
Diffstat (limited to 'tdehtml/misc')
-rw-r--r-- | tdehtml/misc/htmlattrs.h | 2 | ||||
-rw-r--r-- | tdehtml/misc/makeattrs | 2 |
2 files changed, 2 insertions, 2 deletions
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 <kdemacros.h> +#include <tdemacros.h> 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 <kdemacros.h>\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 <tdemacros.h>\nusing namespace DOM;\n\n"; my %amap = (); my $last_ci_attr = 0; |