diff options
Diffstat (limited to 'src/optionseditor.cpp')
-rwxr-xr-x | src/optionseditor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/optionseditor.cpp b/src/optionseditor.cpp index 3975bcf..740f8dd 100755 --- a/src/optionseditor.cpp +++ b/src/optionseditor.cpp @@ -22,13 +22,13 @@ // TODO add warning, when editing tags and converting to an unsupported file format -OptionsEditor::OptionsEditor( TagEngine* _tagEngine, Config* _config, FileList* _fileList, TQWidget* tqparent, const char* name, Page startPage ) +OptionsEditor::OptionsEditor( TagEngine* _tagEngine, Config* _config, FileList* _fileList, TQWidget* parent, const char* name, Page startPage ) : KDialogBase( IconList, i18n("Options Editor"), /*User2 | User1 |*/ Ok, Ok, // default button - tqparent, + parent, name, false, // modal true/*, // separator |