diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 21:04:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 21:04:23 -0600 |
commit | 4140fee92e2293c37a8e9aa8f21254dc66433a0a (patch) | |
tree | e34af01d770eb757086498062850842e7b525bd3 /kopete/plugins/history/historydialog.cpp | |
parent | 44c26994c9087200cf941f08df9f77b553a1365e (diff) | |
download | tdenetwork-4140fee92e2293c37a8e9aa8f21254dc66433a0a.tar.gz tdenetwork-4140fee92e2293c37a8e9aa8f21254dc66433a0a.zip |
Rename kiobuffer and KHTML
Diffstat (limited to 'kopete/plugins/history/historydialog.cpp')
-rw-r--r-- | kopete/plugins/history/historydialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/plugins/history/historydialog.cpp b/kopete/plugins/history/historydialog.cpp index 708b85fc..1dd63cc3 100644 --- a/kopete/plugins/history/historydialog.cpp +++ b/kopete/plugins/history/historydialog.cpp @@ -135,7 +135,7 @@ HistoryDialog::HistoryDialog(Kopete::MetaContact *mc, TQWidget* parent, // Initializing HTML Part mMainWidget->htmlFrame->setFrameStyle(TQFrame::WinPanel | TQFrame::Sunken); TQVBoxLayout *l = new TQVBoxLayout(mMainWidget->htmlFrame); - mHtmlPart = new KHTMLPart(mMainWidget->htmlFrame, "htmlHistoryView"); + mHtmlPart = new TDEHTMLPart(mMainWidget->htmlFrame, "htmlHistoryView"); //Security settings, we don't need this stuff mHtmlPart->setJScriptEnabled(false); |