summaryrefslogtreecommitdiff
path: root/src/plugins/helloworld/helloworldplugin.cpp
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2009-01-14 13:28:46 +0100
committercon <qtc-committer@nokia.com>2009-01-14 13:28:46 +0100
commit48cd14f7b9ec612e05a16a29d6196e54df4948dd (patch)
tree0651925a09507006a328b270b99a7cdee3f71e9f /src/plugins/helloworld/helloworldplugin.cpp
parentfbfcc9a4845c11d9b681dab8920ef15cb6c75782 (diff)
downloadqt-creator-48cd14f7b9ec612e05a16a29d6196e54df4948dd.tar.gz
Fixes: - HelloWorld compilation
Diffstat (limited to 'src/plugins/helloworld/helloworldplugin.cpp')
-rw-r--r--src/plugins/helloworld/helloworldplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/helloworld/helloworldplugin.cpp b/src/plugins/helloworld/helloworldplugin.cpp
index 08a56f2b43..6dd0bc9c63 100644
--- a/src/plugins/helloworld/helloworldplugin.cpp
+++ b/src/plugins/helloworld/helloworldplugin.cpp
@@ -33,7 +33,7 @@
#include "helloworldplugin.h"
-#include <coreplugin/actionmanager/actionmanagerinterface.h>
+#include <coreplugin/actionmanager/actionmanager.h>
#include <coreplugin/basemode.h>
#include <coreplugin/coreconstants.h>
#include <coreplugin/icore.h>
@@ -107,7 +107,7 @@ bool HelloWorldPlugin::initialize(const QStringList &arguments, QString *error_m
helloWorldMenu->addAction(command);
// Request the Tools menu and add the Hello World menu to it
- Core::IActionContainer *toolsMenu =
+ Core::ActionContainer *toolsMenu =
actionManager->actionContainer(Core::Constants::M_TOOLS);
toolsMenu->addMenu(helloWorldMenu);