summaryrefslogtreecommitdiffstats
path: root/khtml/khtmlview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/khtmlview.cpp')
-rw-r--r--khtml/khtmlview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/khtmlview.cpp b/khtml/khtmlview.cpp
index 1f6efd199..7f800a670 100644
--- a/khtml/khtmlview.cpp
+++ b/khtml/khtmlview.cpp
@@ -2760,7 +2760,7 @@ void KHTMLView::print(bool quick)
printer->setCreator(TQString("KDE %1.%2.%3 HTML Library").arg(KDE_VERSION_MAJOR).arg(KDE_VERSION_MINOR).arg(KDE_VERSION_RELEASE));
printer->setDocName(docname);
- TQPainter *p = new QPainter;
+ TQPainter *p = new TQPainter;
p->begin( printer );
khtml::setPrintPainter( p );