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 | db9d51186b28bc2252032458b433ba5f8d1972bc (patch) | |
tree | ec5f2aad8e3a76a72488a3c354a2144d97a84942 /kio/kfile | |
parent | 6e21bc798ba1066147d69dcc2d5c222ffafb9a90 (diff) | |
download | tdelibs-db9d51186b28bc2252032458b433ba5f8d1972bc.tar.gz tdelibs-db9d51186b28bc2252032458b433ba5f8d1972bc.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio/kfile')
-rw-r--r-- | kio/kfile/kopenwith.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kfile/kopenwith.cpp b/kio/kfile/kopenwith.cpp index 1822a0fc7..e5754cefb 100644 --- a/kio/kfile/kopenwith.cpp +++ b/kio/kfile/kopenwith.cpp @@ -131,7 +131,7 @@ void KAppTreeListItem::activate() void KAppTreeListItem::setOpen( bool o ) { if( o && !parsed ) { // fill the children before opening - ((KApplicationTree *) tqparent())->addDesktopGroup( path, this ); + ((KApplicationTree *) parent())->addDesktopGroup( path, this ); parsed = true; } TQListViewItem::setOpen( o ); |