summaryrefslogtreecommitdiffstats
path: root/quanta/parsers
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/parsers')
-rw-r--r--quanta/parsers/dtd/dtdparser.h2
-rw-r--r--quanta/parsers/node.h4
-rw-r--r--quanta/parsers/parser.h2
-rw-r--r--quanta/parsers/sagroupparser.h2
-rw-r--r--quanta/parsers/saparser.h6
-rw-r--r--quanta/parsers/tag.h2
6 files changed, 9 insertions, 9 deletions
diff --git a/quanta/parsers/dtd/dtdparser.h b/quanta/parsers/dtd/dtdparser.h
index 77c608ee..800fa445 100644
--- a/quanta/parsers/dtd/dtdparser.h
+++ b/quanta/parsers/dtd/dtdparser.h
@@ -20,7 +20,7 @@
//forward declarations
class KURL;
-class QString;
+class TQString;
struct Attribute;
/** libxml2 based XML DTD parser and DTEP creation class*/
diff --git a/quanta/parsers/node.h b/quanta/parsers/node.h
index 87d54141..4e3451af 100644
--- a/quanta/parsers/node.h
+++ b/quanta/parsers/node.h
@@ -23,8 +23,8 @@
#include <tqmap.h>
#include <dom/dom_node.h>
-class QDomElement;
-class QListViewItem;
+class TQDomElement;
+class TQListViewItem;
class Tag;
class Node;
diff --git a/quanta/parsers/parser.h b/quanta/parsers/parser.h
index 94f24aff..8c4b2335 100644
--- a/quanta/parsers/parser.h
+++ b/quanta/parsers/parser.h
@@ -34,7 +34,7 @@
class Document;
class KDirWatch;
-class QRegExp;
+class TQRegExp;
class NodeModifsSet;
class SAParser;
diff --git a/quanta/parsers/sagroupparser.h b/quanta/parsers/sagroupparser.h
index 6cc15311..1045cc74 100644
--- a/quanta/parsers/sagroupparser.h
+++ b/quanta/parsers/sagroupparser.h
@@ -21,7 +21,7 @@
#include <tqobject.h>
//forward definitions
-class QTimer;
+class TQTimer;
class Document;
class Node;
class SAParser;
diff --git a/quanta/parsers/saparser.h b/quanta/parsers/saparser.h
index c59a01bc..74b00b3e 100644
--- a/quanta/parsers/saparser.h
+++ b/quanta/parsers/saparser.h
@@ -28,9 +28,9 @@
//forward definitions
struct DTDStruct;
class Document;
-class QString;
-class QStringList;
-class QTimer;
+class TQString;
+class TQStringList;
+class TQTimer;
class KDirWatch;
class SAGroupParser;
diff --git a/quanta/parsers/tag.h b/quanta/parsers/tag.h
index 43ed610a..de7e0123 100644
--- a/quanta/parsers/tag.h
+++ b/quanta/parsers/tag.h
@@ -19,7 +19,7 @@
#include <tqstring.h>
#include <tqdict.h>
#include <tqvaluelist.h>
-class QDomElement;
+class TQDomElement;
#include "qtag.h"