summaryrefslogtreecommitdiffstats
path: root/src/kchmviewwindowmgr.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 20:55:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 20:55:46 -0600
commit8e6136491eebee929848c4c3072e744f9206deb4 (patch)
tree4af21caa66ee4abf3bd765a5e3310adfafd58a4a /src/kchmviewwindowmgr.cpp
parent865e6145c0c7e9c0e5977774392a2b15b7942ed7 (diff)
downloadkchmviewer-8e6136491eebee929848c4c3072e744f9206deb4.tar.gz
kchmviewer-8e6136491eebee929848c4c3072e744f9206deb4.zip
Rename kiobuffer and KHTML
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 );