summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/segment/PlayListDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/segment/PlayListDialog.h')
-rw-r--r--src/gui/editors/segment/PlayListDialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/editors/segment/PlayListDialog.h b/src/gui/editors/segment/PlayListDialog.h
index 5130ee3..69956dd 100644
--- a/src/gui/editors/segment/PlayListDialog.h
+++ b/src/gui/editors/segment/PlayListDialog.h
@@ -43,9 +43,10 @@ class PlayList;
class PlayListDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- PlayListDialog(TQString caption, TQWidget* parent = 0, const char* name = 0);
+ PlayListDialog(TQString caption, TQWidget* tqparent = 0, const char* name = 0);
PlayList* getPlayList() { return m_playList; }