diff options
Diffstat (limited to 'src/gui/editors/segment/PlayListDialog.cpp')
-rw-r--r-- | src/gui/editors/segment/PlayListDialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editors/segment/PlayListDialog.cpp b/src/gui/editors/segment/PlayListDialog.cpp index b519b6e..74c386b 100644 --- a/src/gui/editors/segment/PlayListDialog.cpp +++ b/src/gui/editors/segment/PlayListDialog.cpp @@ -36,8 +36,8 @@ namespace Rosegarden { PlayListDialog::PlayListDialog(TQString caption, - TQWidget* parent, const char* name) - : KDialogBase(parent, name, false, caption, + TQWidget* tqparent, const char* name) + : KDialogBase(tqparent, name, false, caption, KDialogBase::Close, // standard buttons KDialogBase::Close, // default button true), |