diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 20:55:46 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 20:55:46 -0600 |
commit | 8e6136491eebee929848c4c3072e744f9206deb4 (patch) | |
tree | 4af21caa66ee4abf3bd765a5e3310adfafd58a4a /src/kchmviewwindowmgr.cpp | |
parent | 865e6145c0c7e9c0e5977774392a2b15b7942ed7 (diff) | |
download | kchmviewer-8e6136491eebee929848c4c3072e744f9206deb4.tar.gz kchmviewer-8e6136491eebee929848c4c3072e744f9206deb4.zip |
Rename kiobuffer and KHTML
Diffstat (limited to 'src/kchmviewwindowmgr.cpp')
-rw-r--r-- | src/kchmviewwindowmgr.cpp | 2 |
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 ); |