diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | cdbd0571baaf836a247dd997a6c4ca3755506297 (patch) | |
tree | 866e171f53893a3bb109d25b954882a2a65d34c4 /src/playlistview.h | |
parent | 63c4fb318b4b6c0c22fce659f0029e4b21112c86 (diff) | |
download | kmplayer-cdbd0571baaf836a247dd997a6c4ca3755506297.tar.gz kmplayer-cdbd0571baaf836a247dd997a6c4ca3755506297.zip |
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
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); |