From 3ee504ecba6caf3c2609a8648fe3659f2b541544 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:35:14 -0600 Subject: Rename old tq methods that no longer need a unique name --- amor/amoranim.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'amor/amoranim.h') diff --git a/amor/amoranim.h b/amor/amoranim.h index d315840..acc4fba 100644 --- a/amor/amoranim.h +++ b/amor/amoranim.h @@ -59,7 +59,7 @@ public: { return (mCurrent < mSequence.count()); } int totalMovement() const { return mTotalMovement; } - TQSize tqmaximumSize() const + TQSize maximumSize() const { return mMaximumSize; } int delay() const @@ -103,7 +103,7 @@ public: AmorAnim *random(const TQString & group); - TQSize tqmaximumSize() const { return mMaximumSize; } + TQSize maximumSize() const { return mMaximumSize; } protected: TQString mPath; -- cgit v1.2.1