Fixes: - Rename ActionManagerInterface --> ActionManager

Details:  - To make it conform to naming convention.
This commit is contained in:
con
2009-01-13 13:39:31 +01:00
parent 2562b09f5b
commit c9889120c3
50 changed files with 107 additions and 107 deletions

View File

@@ -815,7 +815,7 @@ void MainWindow::openFileWith()
}
}
ActionManagerInterface *MainWindow::actionManager() const
ActionManager *MainWindow::actionManager() const
{
return m_actionManager;
}