diff options
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 ); |