diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:35:14 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:35:14 -0600 |
commit | 3ee504ecba6caf3c2609a8648fe3659f2b541544 (patch) | |
tree | 44f9bf073d7b46a12dfbab0486e6976d960a1aac /amor/amoranim.cpp | |
parent | 4d75f93557ba631d97a56e288a34ca27f4507653 (diff) | |
download | tdetoys-3ee504ecba6caf3c2609a8648fe3659f2b541544.tar.gz tdetoys-3ee504ecba6caf3c2609a8648fe3659f2b541544.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'amor/amoranim.cpp')
-rw-r--r-- | amor/amoranim.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amor/amoranim.cpp b/amor/amoranim.cpp index 31b4f6f..b4e595b 100644 --- a/amor/amoranim.cpp +++ b/amor/amoranim.cpp @@ -227,7 +227,7 @@ bool AmorThemeManager::readGroup(const TQString & seq) mConfig->setGroup(list.at(i)); AmorAnim *anim = new AmorAnim(*mConfig); animList->append(anim); - mMaximumSize = mMaximumSize.expandedTo(anim->tqmaximumSize()); + mMaximumSize = mMaximumSize.expandedTo(anim->maximumSize()); } // If no animations were available for this group, just add the base anim @@ -238,7 +238,7 @@ bool AmorThemeManager::readGroup(const TQString & seq) if (anim) { animList->append(anim); - mMaximumSize = mMaximumSize.expandedTo(anim->tqmaximumSize()); + mMaximumSize = mMaximumSize.expandedTo(anim->maximumSize()); entries++; } } |