summaryrefslogtreecommitdiffstats
path: root/kvoctrain/kvoctrain/kvt-core/kvt-xml/koxml_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'kvoctrain/kvoctrain/kvt-core/kvt-xml/koxml_config.h')
-rw-r--r--kvoctrain/kvoctrain/kvt-core/kvt-xml/koxml_config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kvoctrain/kvoctrain/kvt-core/kvt-xml/koxml_config.h b/kvoctrain/kvoctrain/kvt-core/kvt-xml/koxml_config.h
index 4587e25d..3e031331 100644
--- a/kvoctrain/kvoctrain/kvt-core/kvt-xml/koxml_config.h
+++ b/kvoctrain/kvoctrain/kvt-core/kvt-xml/koxml_config.h
@@ -9,14 +9,14 @@
#ifndef KOXML_USE_STL
# include <tqtextstream.h>
-# define KOXML_ISTREAM QTextStream
-# define KOXML_OSTREAM QTextStream
+# define KOXML_ISTREAM TQTextStream
+# define KOXML_OSTREAM TQTextStream
# include <tqstring.h>
-# define KOXML_STRING QString
+# define KOXML_STRING TQString
// Unicode character
-# define KOXML_CHAR QChar
+# define KOXML_CHAR TQChar
# define KOXML_STRING_REMOVE( string_var, pos, count) string_var.remove (pos, count)
# define KOXML_STRING_INSERT( string_var, pos, str) string_var.insert(pos, str)