diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-10 15:20:49 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-10 15:20:49 +0100 |
commit | 64cac4862842c7efa2dc7591ab5b672255e49e4c (patch) | |
tree | c0ea60adb6761b738315a04d82008c8c15f15f27 /src/application.cpp | |
parent | fixing new mainWindow() behaviour, porting functions calling it (diff) | |
download | rekonq-64cac4862842c7efa2dc7591ab5b672255e49e4c.tar.xz |
(BIG commit) API change
I fixed rekonq API removing all slotName call switching to
a proper getter call (so, name() functions)
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.cpp b/src/application.cpp index d29bcc78..1c0c42e3 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -190,7 +190,7 @@ void Application::postLaunch() } -void Application::slotSaveConfiguration() const +void Application::saveConfiguration() const { ReKonfig::self()->writeConfig(); } |