summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/segment/PlayList.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/segment/PlayList.h')
-rw-r--r--src/gui/editors/segment/PlayList.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/editors/segment/PlayList.h b/src/gui/editors/segment/PlayList.h
index 8c04553..606eecd 100644
--- a/src/gui/editors/segment/PlayList.h
+++ b/src/gui/editors/segment/PlayList.h
@@ -43,12 +43,13 @@ namespace Rosegarden
class PlayListView;
-class PlayList : public QVBox
+class PlayList : public TQVBox
{
Q_OBJECT
+ TQ_OBJECT
public:
- PlayList(TQWidget *parent = 0, const char *name = 0);
+ PlayList(TQWidget *tqparent = 0, const char *name = 0);
~PlayList();
PlayListView* getListView() { return m_listView; }