diff options
Diffstat (limited to 'khtml/xml/dom_docimpl.h')
-rw-r--r-- | khtml/xml/dom_docimpl.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |