summaryrefslogtreecommitdiffstats
path: root/src/htmlwidget.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-24 19:39:16 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-24 19:39:16 +0200
commit272d7c3f5b0ff67c80ee83c0e5cc58c8273fc9d2 (patch)
tree9fc3ded2c78389d724cde5d1ded78c5406b88080 /src/htmlwidget.cpp
parenta9591478337b722e704e2f6eaaeff231a92779e8 (diff)
downloadknmap-272d7c3f5b0ff67c80ee83c0e5cc58c8273fc9d2.tar.gz
knmap-272d7c3f5b0ff67c80ee83c0e5cc58c8273fc9d2.zip
Additional KDE3 => TDE conversion
Diffstat (limited to 'src/htmlwidget.cpp')
-rw-r--r--src/htmlwidget.cpp10
1 files changed, 5 insertions, 5 deletions
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 <ntqfile.h>
#include <ntqtextstream.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <kdebug.h>
-#include <khtml_part.h>
-#include <khtmlview.h>
+#include <tdehtml_part.h>
+#include <tdehtmlview.h>
#include <tdelocale.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <kprocess.h>
#include <kstandarddirs.h>
@@ -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 );
}