From a6711dd22ab63901f8da22e84438e689e77cad93 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 2 Jun 2014 13:06:25 +0900 Subject: 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. --- src/kchmmainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kchmmainwindow.cpp') 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 ); -- cgit v1.2.3