summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/LyricEditDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/LyricEditDialog.h')
-rw-r--r--src/gui/dialogs/LyricEditDialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/dialogs/LyricEditDialog.h b/src/gui/dialogs/LyricEditDialog.h
index 6f51e24..fe46882 100644
--- a/src/gui/dialogs/LyricEditDialog.h
+++ b/src/gui/dialogs/LyricEditDialog.h
@@ -46,9 +46,10 @@ class Segment;
class LyricEditDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- LyricEditDialog(TQWidget *parent, Segment *segment);
+ LyricEditDialog(TQWidget *tqparent, Segment *segment);
int getVerseCount() const;
TQString getLyricData(int verse) const;