diff --git a/include/automation_editor.h b/include/automation_editor.h index 9bb559ff8..bf44f4f2f 100644 --- a/include/automation_editor.h +++ b/include/automation_editor.h @@ -69,7 +69,7 @@ public: virtual void loadSettings( const QDomElement & _this ); inline virtual QString nodeName( void ) const { - return( "automation-editor" ); + return( "automationeditor" ); }