summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/BeatsBarsDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/BeatsBarsDialog.cpp')
-rw-r--r--src/gui/dialogs/BeatsBarsDialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/BeatsBarsDialog.cpp b/src/gui/dialogs/BeatsBarsDialog.cpp
index 0b22d6c..1624e03 100644
--- a/src/gui/dialogs/BeatsBarsDialog.cpp
+++ b/src/gui/dialogs/BeatsBarsDialog.cpp
@@ -40,8 +40,8 @@
namespace Rosegarden
{
-BeatsBarsDialog::BeatsBarsDialog(TQWidget* tqparent) :
- KDialogBase(tqparent, 0, true, i18n("Audio Segment Duration"),
+BeatsBarsDialog::BeatsBarsDialog(TQWidget* parent) :
+ KDialogBase(parent, 0, true, i18n("Audio Segment Duration"),
Ok | Cancel, Ok)
{
TQHBox *hbox = makeHBoxMainWidget();