From dfe289850f068f19ba4a83ab4e7e22a7e09c13c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:21 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- tdehtml/misc/htmlhashes.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tdehtml/misc/htmlhashes.h (limited to 'tdehtml/misc/htmlhashes.h') diff --git a/tdehtml/misc/htmlhashes.h b/tdehtml/misc/htmlhashes.h new file mode 100644 index 000000000..dfea9a289 --- /dev/null +++ b/tdehtml/misc/htmlhashes.h @@ -0,0 +1,14 @@ +#ifndef HTMLHASHES_H +#define HTMLHASHES_H + +#include "xml/dom_stringimpl.h" +#include "htmlattrs.h" +#include "htmltags.h" + +namespace tdehtml +{ + int getTagID(const char *tagStr, int len); + int getAttrID(const char *tagStr, int len); +} + +#endif -- cgit v1.2.3