summaryrefslogtreecommitdiff
path: root/src/plugins/qtscripteditor/qtscripteditorplugin.cpp
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2009-01-14 13:17:53 +0100
committercon <qtc-committer@nokia.com>2009-01-14 13:18:25 +0100
commitfbfcc9a4845c11d9b681dab8920ef15cb6c75782 (patch)
tree7f64503b79c93bf91eb48e01738feee3a5f4426a /src/plugins/qtscripteditor/qtscripteditorplugin.cpp
parentd9f97aa179d3441943ee7e258333bf228fa67a5d (diff)
downloadqt-creator-fbfcc9a4845c11d9b681dab8920ef15cb6c75782.tar.gz
Fixes: - ICommand --> Command
Details: - Naming convention
Diffstat (limited to 'src/plugins/qtscripteditor/qtscripteditorplugin.cpp')
-rw-r--r--src/plugins/qtscripteditor/qtscripteditorplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qtscripteditor/qtscripteditorplugin.cpp b/src/plugins/qtscripteditor/qtscripteditorplugin.cpp
index 8077934f44..1bf230155b 100644
--- a/src/plugins/qtscripteditor/qtscripteditorplugin.cpp
+++ b/src/plugins/qtscripteditor/qtscripteditorplugin.cpp
@@ -136,7 +136,7 @@ void QtScriptEditorPlugin::registerActions(Core::ICore *core)
QAction *action = new QAction(this);
action->setSeparator(true);
- Core::ICommand *cmd = am->registerAction(action, QtScriptEditor::Constants::RUN_SEP, m_scriptcontext);
+ Core::Command *cmd = am->registerAction(action, QtScriptEditor::Constants::RUN_SEP, m_scriptcontext);
mcontext->addAction(cmd, Core::Constants::G_DEFAULT_THREE);
action = new QAction(tr("Run"), this);