From cdbd0571baaf836a247dd997a6c4ca3755506297 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmplayer@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/playlistview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/playlistview.h') 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); -- cgit v1.2.1