summaryrefslogtreecommitdiffstats
path: root/khtml/ecma/domparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/ecma/domparser.h')
-rw-r--r--khtml/ecma/domparser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/khtml/ecma/domparser.h b/khtml/ecma/domparser.h
index 233872602..746514783 100644
--- a/khtml/ecma/domparser.h
+++ b/khtml/ecma/domparser.h
@@ -21,7 +21,7 @@
#ifndef DOMPARSER_H
#define DOMPARSER_H
-#include <qguardedptr.h>
+#include <tqguardedptr.h>
#include <kjs/object.h>
#include <kjs/interpreter.h>
#include <misc/shared.h>
@@ -48,7 +48,7 @@ private:
enum { ParseFromString };
private:
- QGuardedPtr<DOM::DocumentImpl> doc;
+ TQGuardedPtr<DOM::DocumentImpl> doc;
friend class DOMParserProtoFunc;
};