diff options
Diffstat (limited to 'khtml/xml/dom_nodeimpl.h')
-rw-r--r-- | khtml/xml/dom_nodeimpl.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/khtml/xml/dom_nodeimpl.h b/khtml/xml/dom_nodeimpl.h index 31bbceda0..1e53edf19 100644 --- a/khtml/xml/dom_nodeimpl.h +++ b/khtml/xml/dom_nodeimpl.h @@ -34,14 +34,14 @@ // The namespace used for XHTML elements #define XHTML_NAMESPACE "http://www.w3.org/1999/xhtml" -class QPainter; -template <class type> class QPtrList; -template <class type> class QValueList; +class TQPainter; +template <class type> class TQPtrList; +template <class type> class TQValueList; class KHTMLView; -class QRect; -class QMouseEvent; -class QKeyEvent; -class QTextStream; +class TQRect; +class TQMouseEvent; +class TQKeyEvent; +class TQTextStream; namespace khtml { class RenderStyle; |