diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:23:47 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:23:47 +0000 |
commit | 8f14fb0418241694e61cb35dda95fea6d9b7830d (patch) | |
tree | 73afdda59a8126db123133d64bab78a3503657dc /khtml/xml | |
parent | ffe8a83e053396df448e9413828527613ca3bd46 (diff) | |
download | tdelibs-8f14fb0418241694e61cb35dda95fea6d9b7830d.tar.gz tdelibs-8f14fb0418241694e61cb35dda95fea6d9b7830d.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1158447 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'khtml/xml')
-rw-r--r-- | khtml/xml/dom2_eventsimpl.h | 2 | ||||
-rw-r--r-- | khtml/xml/dom_docimpl.h | 6 | ||||
-rw-r--r-- | khtml/xml/dom_nodeimpl.h | 14 |
3 files changed, 11 insertions, 11 deletions
diff --git a/khtml/xml/dom2_eventsimpl.h b/khtml/xml/dom2_eventsimpl.h index 7318035d2..1e7a37a16 100644 --- a/khtml/xml/dom2_eventsimpl.h +++ b/khtml/xml/dom2_eventsimpl.h @@ -29,7 +29,7 @@ #include "xml/dom2_viewsimpl.h" class KHTMLPart; -class QMouseEvent; +class TQMouseEvent; namespace DOM { diff --git a/khtml/xml/dom_docimpl.h b/khtml/xml/dom_docimpl.h index e32a88414..5e50c09a4 100644 --- a/khtml/xml/dom_docimpl.h +++ b/khtml/xml/dom_docimpl.h @@ -44,9 +44,9 @@ #include <kurl.h> -class QPaintDevice; -class QTextCodec; -class QPaintDeviceMetrics; +class TQPaintDevice; +class TQTextCodec; +class TQPaintDeviceMetrics; class KHTMLView; namespace khtml { 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; |