summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/LyricEditDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/LyricEditDialog.cpp')
-rw-r--r--src/gui/dialogs/LyricEditDialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/LyricEditDialog.cpp b/src/gui/dialogs/LyricEditDialog.cpp
index cdbf02e..a10cb72 100644
--- a/src/gui/dialogs/LyricEditDialog.cpp
+++ b/src/gui/dialogs/LyricEditDialog.cpp
@@ -48,9 +48,9 @@
namespace Rosegarden
{
-LyricEditDialog::LyricEditDialog(TQWidget *tqparent,
+LyricEditDialog::LyricEditDialog(TQWidget *parent,
Segment *segment) :
- KDialogBase(tqparent, 0, true, i18n("Edit Lyrics"), Ok | Cancel | Help),
+ KDialogBase(parent, 0, true, i18n("Edit Lyrics"), Ok | Cancel | Help),
m_segment(segment),
m_verseCount(0)
{