|
|
@ -2788,7 +2788,7 @@ void KHTMLView::print(bool quick)
|
|
|
|
viewport()->setCursor( tqwaitCursor ); // only viewport(), no TQApplication::, otherwise we get the busy cursor in kdeprint's dialogs
|
|
|
|
viewport()->setCursor( tqwaitCursor ); // only viewport(), no TQApplication::, otherwise we get the busy cursor in kdeprint's dialogs
|
|
|
|
// set up KPrinter
|
|
|
|
// set up KPrinter
|
|
|
|
printer->setFullPage(false);
|
|
|
|
printer->setFullPage(false);
|
|
|
|
printer->setCreator(TQString("KDE %1.%2.%3 HTML Library").arg(KDE_VERSION_MAJOR).arg(KDE_VERSION_MINOR).arg(KDE_VERSION_RELEASE));
|
|
|
|
printer->setCreator(TQString("TDE %1.%2.%3 HTML Library").arg(KDE_VERSION_MAJOR).arg(KDE_VERSION_MINOR).arg(KDE_VERSION_RELEASE));
|
|
|
|
printer->setDocName(docname);
|
|
|
|
printer->setDocName(docname);
|
|
|
|
|
|
|
|
|
|
|
|
TQPainter *p = new TQPainter;
|
|
|
|
TQPainter *p = new TQPainter;
|
|
|
|