summaryrefslogtreecommitdiffstats
path: root/src/entryview.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/entryview.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/entryview.cpp')
-rw-r--r--src/entryview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entryview.cpp b/src/entryview.cpp
index 93539cb..ddbdfb8 100644
--- a/src/entryview.cpp
+++ b/src/entryview.cpp
@@ -30,7 +30,7 @@
#include <kstandarddirs.h>
#include <krun.h>
#include <kmessagebox.h>
-#include <khtmlview.h>
+#include <tdehtmlview.h>
#include <dom/dom_element.h>
#include <kapplication.h>
#include <ktempfile.h>
@@ -253,7 +253,7 @@ void EntryView::setXSLTFile(const TQString& file_) {
return;
}
- // now, have to recreate images and refresh khtml cache
+ // now, have to recreate images and refresh tdehtml cache
resetColors();
}