summaryrefslogtreecommitdiffstats
path: root/src/kchmviewwindowmgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kchmviewwindowmgr.cpp')
-rw-r--r--src/kchmviewwindowmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmviewwindowmgr.cpp b/src/kchmviewwindowmgr.cpp
index 5be3640..6499951 100644
--- a/src/kchmviewwindowmgr.cpp
+++ b/src/kchmviewwindowmgr.cpp
@@ -95,7 +95,7 @@ KCHMViewWindow * KCHMViewWindowMgr::addNewTab( bool set_active )
#if defined (USE_KDE)
if ( !appConfig.m_kdeUseTQTextBrowser )
- viewvnd = new KCHMViewWindow_KHTMLPart( this );
+ viewvnd = new KCHMViewWindow_TDEHTMLPart( this );
else
#endif
viewvnd = new KCHMViewWindow_QTextBrowser( this );