From 64cac4862842c7efa2dc7591ab5b672255e49e4c Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 10 Nov 2009 15:20:49 +0100 Subject: (BIG commit) API change I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions) --- src/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/application.cpp') 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(); } -- cgit v1.2.1