diff options
Diffstat (limited to 'src/gui/editors/segment/PlayList.cpp')
-rw-r--r-- | src/gui/editors/segment/PlayList.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editors/segment/PlayList.cpp b/src/gui/editors/segment/PlayList.cpp index c0154ec..da56edc 100644 --- a/src/gui/editors/segment/PlayList.cpp +++ b/src/gui/editors/segment/PlayList.cpp @@ -47,8 +47,8 @@ namespace Rosegarden { -PlayList::PlayList(TQWidget *tqparent, const char *name) - : TQVBox(tqparent, name), +PlayList::PlayList(TQWidget *parent, const char *name) + : TQVBox(parent, name), m_listView(new PlayListView(this)), m_buttonBar(new TQFrame(this)), m_barLayout(new TQHBoxLayout(m_buttonBar)), |