diff options
author | Michele Calgaro <[email protected]> | 2014-06-02 13:06:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2014-06-02 13:06:25 +0900 |
commit | a6711dd22ab63901f8da22e84438e689e77cad93 (patch) | |
tree | 6c1514f0296e2041559d19ea5f95169c96b92da0 /src/kchmmainwindow.cpp | |
parent | a31b1cd824bdc9e9fc40321b97a1c5feea347b25 (diff) | |
download | kchmviewer-a6711dd22ab63901f8da22e84438e689e77cad93.tar.gz kchmviewer-a6711dd22ab63901f8da22e84438e689e77cad93.zip |
Fixed help button functionality in KCHMViewer setting dialogs. The bug was
exposed only in in-source building, while was ok in out-of-source ones.
This resolves bug 1948.
Diffstat (limited to 'src/kchmmainwindow.cpp')
-rw-r--r-- | src/kchmmainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kchmmainwindow.cpp b/src/kchmmainwindow.cpp index 5aabdae..9778b1c 100644 --- a/src/kchmmainwindow.cpp +++ b/src/kchmmainwindow.cpp @@ -43,7 +43,7 @@ #include "kchmtreeviewitem.h" #include "kchmsearchtoolbar.h" #include "kchmsettings.h" -#include "kchmsetupdialog.h" +#include "kchmsetupdialog_impl.h" #include "iconstorage.h" #include "kchmnavtoolbar.h" #include "kchmviewwindow.h" @@ -705,7 +705,7 @@ void KCHMMainWindow::slotBrowserCopy( ) void KCHMMainWindow::slotChangeSettingsMenuItemActivated() { - KCHMSetupDialog dlg ( this ); + KCHMSetupDialog_impl dlg ( this ); // Set up the parameters dlg.m_radioOnBeginOpenDialog->setChecked ( !appConfig.m_LoadLatestFileOnStartup ); |