summaryrefslogtreecommitdiffstats
path: root/kimagemapeditor/kimedialogs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kimagemapeditor/kimedialogs.cpp')
-rw-r--r--kimagemapeditor/kimedialogs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kimagemapeditor/kimedialogs.cpp b/kimagemapeditor/kimedialogs.cpp
index 59187ffc..6d3fbbcd 100644
--- a/kimagemapeditor/kimedialogs.cpp
+++ b/kimagemapeditor/kimedialogs.cpp
@@ -847,8 +847,8 @@ HTMLPreviewDialog::HTMLPreviewDialog(TQWidget* parent, KURL url, const TQString
TQVBox *page = makeVBoxMainWidget();
- htmlPart = new KHTMLPart(page,"htmlpart");
-// htmlView = new KHTMLView(htmlPart, page);
+ htmlPart = new TDEHTMLPart(page,"htmlpart");
+// htmlView = new TDEHTMLView(htmlPart, page);
// htmlView->setVScrollBarMode(TQScrollView::Auto);
// htmlView->setHScrollBarMode(TQScrollView::Auto);
// dialog->resize(dialog->calculateSize(edit->maxLineWidth(),edit->numLines()*));