From fbfcc9a4845c11d9b681dab8920ef15cb6c75782 Mon Sep 17 00:00:00 2001 From: con Date: Wed, 14 Jan 2009 13:17:53 +0100 Subject: Fixes: - ICommand --> Command Details: - Naming convention --- src/plugins/cpptools/cpptoolsplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/cpptools/cpptoolsplugin.cpp') diff --git a/src/plugins/cpptools/cpptoolsplugin.cpp b/src/plugins/cpptools/cpptoolsplugin.cpp index d6659cc885..5ec67bf4a3 100644 --- a/src/plugins/cpptools/cpptoolsplugin.cpp +++ b/src/plugins/cpptools/cpptoolsplugin.cpp @@ -108,7 +108,7 @@ bool CppToolsPlugin::initialize(const QStringList & /*arguments*/, QString *) QList context = QList() << m_context; QAction *switchAction = new QAction(tr("Switch Header/Source"), this); - Core::ICommand *command = am->registerAction(switchAction, Constants::SWITCH_HEADER_SOURCE, context); + Core::Command *command = am->registerAction(switchAction, Constants::SWITCH_HEADER_SOURCE, context); command->setDefaultKeySequence(QKeySequence(Qt::Key_F4)); mcpptools->addAction(command); connect(switchAction, SIGNAL(triggered()), this, SLOT(switchHeaderSource())); -- cgit v1.2.1