summaryrefslogtreecommitdiffstats
path: root/sip/khtml/dom_node.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/khtml/dom_node.sip')
-rw-r--r--sip/khtml/dom_node.sip4
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/khtml/dom_node.sip b/sip/khtml/dom_node.sip
index e7d4b8e..2efb881 100644
--- a/sip/khtml/dom_node.sip
+++ b/sip/khtml/dom_node.sip
@@ -115,10 +115,10 @@ public:
bool isNull () const;
//ig NodeImpl* handle () const;
ulong index () const;
- QString toHTML ();
+ TQString toHTML ();
void applyChanges ();
void getCursor (int, int&, int&, int&);
- QRect getRect ();
+ TQRect getRect ();
protected: