From 272d7c3f5b0ff67c80ee83c0e5cc58c8273fc9d2 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Wed, 24 Jul 2013 19:39:16 +0200 Subject: Additional KDE3 => TDE conversion --- src/htmlwidget.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/htmlwidget.cpp') diff --git a/src/htmlwidget.cpp b/src/htmlwidget.cpp index 4132ba4..689f363 100644 --- a/src/htmlwidget.cpp +++ b/src/htmlwidget.cpp @@ -23,13 +23,13 @@ #include #include -#include +#include #include #include -#include -#include +#include +#include #include -#include +#include #include #include @@ -48,7 +48,7 @@ HTMLWidget::HTMLWidget( TQStringList* stylesheetURLs, TQWidget* parent, const ch m_process( NULL ), m_stylesheetURLs( stylesheetURLs ), m_zoomFactor( 100 ) -{ m_htmlPart = new KHTMLPart( this, "html part" ); +{ m_htmlPart = new TDEHTMLPart( this, "html part" ); m_htmlPart->setOnlyLocalReferences( true ); } -- cgit v1.2.3