summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/ShowSequencerStatusDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/ShowSequencerStatusDialog.cpp')
-rw-r--r--src/gui/dialogs/ShowSequencerStatusDialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/ShowSequencerStatusDialog.cpp b/src/gui/dialogs/ShowSequencerStatusDialog.cpp
index 7afccf4..fd71383 100644
--- a/src/gui/dialogs/ShowSequencerStatusDialog.cpp
+++ b/src/gui/dialogs/ShowSequencerStatusDialog.cpp
@@ -40,8 +40,8 @@
namespace Rosegarden
{
-ShowSequencerStatusDialog::ShowSequencerStatusDialog(TQWidget *tqparent) :
- KDialogBase(tqparent, 0, true, i18n("Sequencer status"), Close)
+ShowSequencerStatusDialog::ShowSequencerStatusDialog(TQWidget *parent) :
+ KDialogBase(parent, 0, true, i18n("Sequencer status"), Close)
{
TQVBox *vbox = makeVBoxMainWidget();