From 23b44d0344304499ba8e1f199720202381920827 Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Thu, 24 Feb 2011 18:35:20 +0100 Subject: No more static members in the Application class, an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam --- src/webicon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webicon.cpp') diff --git a/src/webicon.cpp b/src/webicon.cpp index e64db308..b091572a 100644 --- a/src/webicon.cpp +++ b/src/webicon.cpp @@ -64,7 +64,7 @@ void WebIcon::load() void WebIcon::saveIcon(bool b) { if(b) - Application::iconManager()->provideIcon(&m_page, m_url, false); + rApp->iconManager()->provideIcon(&m_page, m_url, false); this->deleteLater(); } -- cgit v1.2.1