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 | c9f922159a1ce0496d3bbe743d590221f00148f8 (patch) | |
tree | 549c6dbce91dea78f999450ea9442b815ee365b7 /src/metadata | |
parent | 3a2300ed7cee06b5b49c4bc71f38d5cee72171b5 (diff) | |
download | soundkonverter-c9f922159a1ce0496d3bbe743d590221f00148f8.tar.gz soundkonverter-c9f922159a1ce0496d3bbe743d590221f00148f8.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/soundkonverter@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/metadata')
-rw-r--r-- | src/metadata/m4a/mp4propsproxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metadata/m4a/mp4propsproxy.h b/src/metadata/m4a/mp4propsproxy.h index c6b6f9d..0ea29e2 100644 --- a/src/metadata/m4a/mp4propsproxy.h +++ b/src/metadata/m4a/mp4propsproxy.h @@ -29,7 +29,7 @@ namespace TagLib namespace MP4 { //! Mp4PropsProxy is used to access the stsd box and mvhd box directly - /*! this class works as a shortcut to avoid stepping through all tqparent boxes + /*! this class works as a shortcut to avoid stepping through all parent boxes * to access the boxes in question */ class Mp4PropsProxy |