summaryrefslogtreecommitdiffstats
path: root/src/htmlwidget.cpp
diff options
context:
space:
mode:
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 );
}