Renamed all automation related files and classes to match new coding style

All automation-related files and classes have been renamed to match the
new coding style.
(cherry picked from commit 9b280ffb3e)
This commit is contained in:
Tobias Doerffel
2010-08-16 20:18:24 +02:00
parent b16e81ebff
commit 89eae05a16
32 changed files with 303 additions and 319 deletions

View File

@@ -60,7 +60,7 @@
#include "ToolPlugin.h"
#include "tool_button.h"
#include "ProjectJournal.h"
#include "automation_editor.h"
#include "AutomationEditor.h"
#include "templates.h"
@@ -856,7 +856,7 @@ void MainWindow::togglePianoRollWin( void )
void MainWindow::toggleAutomationEditorWin( void )
{
toggleWindow( engine::getAutomationEditor() );
toggleWindow( engine::automationEditor() );
}