summaryrefslogtreecommitdiffstats
path: root/kttsd/filters/xhtml2ssml
diff options
context:
space:
mode:
Diffstat (limited to 'kttsd/filters/xhtml2ssml')
-rw-r--r--kttsd/filters/xhtml2ssml/xhtml2ssml.h2
-rw-r--r--kttsd/filters/xhtml2ssml/xmlelement.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kttsd/filters/xhtml2ssml/xhtml2ssml.h b/kttsd/filters/xhtml2ssml/xhtml2ssml.h
index 2e45dee..4668d90 100644
--- a/kttsd/filters/xhtml2ssml/xhtml2ssml.h
+++ b/kttsd/filters/xhtml2ssml/xhtml2ssml.h
@@ -26,7 +26,7 @@
#include <tqmap.h>
typedef TQMap<TQString, TQString> QStringMap;
-class QString;
+class TQString;
class XHTMLToSSMLParser : public TQXmlDefaultHandler {
diff --git a/kttsd/filters/xhtml2ssml/xmlelement.h b/kttsd/filters/xhtml2ssml/xmlelement.h
index f3d8789..f92e933 100644
--- a/kttsd/filters/xhtml2ssml/xmlelement.h
+++ b/kttsd/filters/xhtml2ssml/xmlelement.h
@@ -24,7 +24,7 @@
#include <tqmap.h>
-class QString;
+class TQString;
typedef TQMap<TQString, TQString> AttributeToValueMap;