diff options
Diffstat (limited to 'src/playlistview.h')
-rw-r--r-- | src/playlistview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlistview.h b/src/playlistview.h index 7ccc12e..70924bb 100644 --- a/src/playlistview.h +++ b/src/playlistview.h @@ -84,7 +84,7 @@ public: InPlaceEdit = 0x04, TreeEdit = 0x08, Moveable = 0x10, Deleteable = 0x20 }; - PlayListView (TQWidget * tqparent, View * view, KActionCollection * ac); + PlayListView (TQWidget * parent, View * view, KActionCollection * ac); ~PlayListView (); void selectItem (const TQString & txt); void showAllNodes (RootPlayListItem *, bool show=true); |