summaryrefslogtreecommitdiffstats
path: root/src/entryview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 20:59:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 20:59:08 -0600
commitb6a8f6c6a5a48968803e2b66040725dabeeff5bf (patch)
tree9d977a2f5338870e986f6ab186c35074e1f1a2a7 /src/entryview.cpp
parente51f970889095f5936135ae73a6bb92f5de6088f (diff)
downloadtellico-b6a8f6c6a5a48968803e2b66040725dabeeff5bf.tar.gz
tellico-b6a8f6c6a5a48968803e2b66040725dabeeff5bf.zip
Rename kiobuffer and KHTML
Diffstat (limited to 'src/entryview.cpp')
-rw-r--r--src/entryview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entryview.cpp b/src/entryview.cpp
index ddbdfb8..c60df4f 100644
--- a/src/entryview.cpp
+++ b/src/entryview.cpp
@@ -40,7 +40,7 @@
using Tellico::EntryView;
-EntryView::EntryView(TQWidget* parent_, const char* name_) : KHTMLPart(parent_, name_),
+EntryView::EntryView(TQWidget* parent_, const char* name_) : TDEHTMLPart(parent_, name_),
m_entry(0), m_handler(0), m_run(0), m_tempFile(0), m_useGradientImages(true), m_checkCommonFile(true) {
setJScriptEnabled(false);
setJavaEnabled(false);