summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-26 13:14:00 -0600
committerTimothy Pearson <[email protected]>2013-01-26 13:14:00 -0600
commitac0ec6a50292929ffe812e4a79604cbd9a7e63fb (patch)
tree13079156e430b252c44c7e9ec777218922409030 /src/mainwindow.cpp
parent145d30f0b8cbacc3599379e8717299734f3bb534 (diff)
downloadtellico-ac0ec6a50292929ffe812e4a79604cbd9a7e63fb.tar.gz
tellico-ac0ec6a50292929ffe812e4a79604cbd9a7e63fb.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp4
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