summaryrefslogtreecommitdiffstats
path: root/tdehtml/misc/maketags
diff options
context:
space:
mode:
Diffstat (limited to 'tdehtml/misc/maketags')
-rw-r--r--tdehtml/misc/maketags4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdehtml/misc/maketags b/tdehtml/misc/maketags
index 8a6abf0ed..0b6dabefd 100644
--- a/tdehtml/misc/maketags
+++ b/tdehtml/misc/maketags
@@ -43,7 +43,7 @@ print header <<EOF;
#include "dom/dom_string.h"
#include <tdeglobal.h>
-KDE_NO_EXPORT const char* getTagName(unsigned short id);
+TDE_NO_EXPORT const char* getTagName(unsigned short id);
EOF
@@ -118,7 +118,7 @@ foreach my $line (@tags)
++$c;
}
print OUT " 0\n};\n\n";
-print OUT "const char* KDE_NO_EXPORT getTagName(unsigned short id)\n{\n";
+print OUT "const char* TDE_NO_EXPORT getTagName(unsigned short id)\n{\n";
print OUT " if(id > ID_CLOSE_TAG*2) id = ID_CLOSE_TAG+1;\n";
print OUT " return &tagStable[tagSList[id]];\n}\n";