diff options
Diffstat (limited to 'src/optionseditor.h')
-rwxr-xr-x | src/optionseditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optionseditor.h b/src/optionseditor.h index 87b5d50..678b444 100755 --- a/src/optionseditor.h +++ b/src/optionseditor.h @@ -37,7 +37,7 @@ public: /** * Constructor */ - OptionsEditor( TagEngine*, Config*, FileList* _fileList, TQWidget* tqparent = 0, const char* name=0, Page startPage = OptionsPage ); + OptionsEditor( TagEngine*, Config*, FileList* _fileList, TQWidget* parent = 0, const char* name=0, Page startPage = OptionsPage ); /** * Destructor |