diff options
Diffstat (limited to 'src/gui/dialogs/LyricEditDialog.h')
-rw-r--r-- | src/gui/dialogs/LyricEditDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/LyricEditDialog.h b/src/gui/dialogs/LyricEditDialog.h index fe46882..f924412 100644 --- a/src/gui/dialogs/LyricEditDialog.h +++ b/src/gui/dialogs/LyricEditDialog.h @@ -49,7 +49,7 @@ class LyricEditDialog : public KDialogBase TQ_OBJECT public: - LyricEditDialog(TQWidget *tqparent, Segment *segment); + LyricEditDialog(TQWidget *parent, Segment *segment); int getVerseCount() const; TQString getLyricData(int verse) const; |