summaryrefslogtreecommitdiffstats
path: root/khtml/xml/xml_tokenizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/xml/xml_tokenizer.h')
-rw-r--r--khtml/xml/xml_tokenizer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/khtml/xml/xml_tokenizer.h b/khtml/xml/xml_tokenizer.h
index 0af3ec3a4..cbf5cd5dd 100644
--- a/khtml/xml/xml_tokenizer.h
+++ b/khtml/xml/xml_tokenizer.h
@@ -116,7 +116,7 @@ private:
State state;
};
-class Tokenizer : public TQObject
+class Tokenizer : public QObject
{
Q_OBJECT
public:
@@ -155,7 +155,7 @@ public:
private:
TQString m_data;
uint m_pos;
- const TQChar *m_tqunicode;
+ const TQChar *m_unicode;
bool m_finished;
};