From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- khtml/dom/dom_node.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'khtml/dom/dom_node.h') diff --git a/khtml/dom/dom_node.h b/khtml/dom/dom_node.h index 666d89d4a..abdcd8d4d 100644 --- a/khtml/dom/dom_node.h +++ b/khtml/dom/dom_node.h @@ -33,7 +33,7 @@ #ifndef _DOM_Node_h_ #define _DOM_Node_h_ -#include +#include #include class QRect; @@ -900,7 +900,7 @@ public: * @internal returns the index of a node */ unsigned long index() const; - QString toHTML() KDE_DEPRECATED; + TQString toHTML() KDE_DEPRECATED; void applyChanges(); /** * @deprecated without substitution since 3.2 @@ -910,7 +910,7 @@ public: * not part of the DOM. * @returns the exact coordinates and size of this element. */ - QRect getRect(); + TQRect getRect(); protected: NodeImpl *impl; -- cgit v1.2.1