From c9889120c330f8ba6dd6963e31941eab113ff235 Mon Sep 17 00:00:00 2001 From: con Date: Tue, 13 Jan 2009 13:39:31 +0100 Subject: Fixes: - Rename ActionManagerInterface --> ActionManager Details: - To make it conform to naming convention. --- src/plugins/helloworld/helloworldplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/helloworld/helloworldplugin.cpp') diff --git a/src/plugins/helloworld/helloworldplugin.cpp b/src/plugins/helloworld/helloworldplugin.cpp index a8eb79c051..e4e93bd82b 100644 --- a/src/plugins/helloworld/helloworldplugin.cpp +++ b/src/plugins/helloworld/helloworldplugin.cpp @@ -91,7 +91,7 @@ bool HelloWorldPlugin::initialize(const QStringList &arguments, QString *error_m connect(helloWorldAction, SIGNAL(triggered()), SLOT(sayHelloWorld())); // Register the action with the action manager - Core::ActionManagerInterface *actionManager = core->actionManager(); + Core::ActionManager *actionManager = core->actionManager(); Core::ICommand *command = actionManager->registerAction( helloWorldAction, "HelloWorld.HelloWorldAction", context); -- cgit v1.2.1