diff options
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 18d7738..5737256 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -66,7 +66,7 @@ #include <twin.h> #include <kprogress.h> #include <kprinter.h> -#include <khtmlview.h> +#include <tdehtmlview.h> #include <kglobal.h> #include <kstandarddirs.h> #include <kmessagebox.h> @@ -1707,7 +1707,7 @@ void MainWindow::doPrint(const TQString& html_) { // the problem with doing my own layout is that the text gets truncated, both at the // top and at the bottom. Even adding the overlap parameter, there were problems. // KHTMLView takes care of that with a truncatedAt() parameter, but that's hidden in -// the khtml::render_root class. So for now, just use the KHTMLView::print() method. +// the tdehtml::render_root class. So for now, just use the KHTMLView::print() method. #if 1 w.view()->print(); #else |