diff options
Diffstat (limited to 'src/cuesheeteditor.h')
-rwxr-xr-x | src/cuesheeteditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuesheeteditor.h b/src/cuesheeteditor.h index 7d1e663..58fed4e 100755 --- a/src/cuesheeteditor.h +++ b/src/cuesheeteditor.h @@ -23,7 +23,7 @@ public: /** * Default Constructor */ - CuesheetEditor( TQWidget* tqparent=0, const char* name=0, bool modal=true, WFlags f=0 ); + CuesheetEditor( TQWidget* parent=0, const char* name=0, bool modal=true, WFlags f=0 ); /** * Default Destructor |