summaryrefslogtreecommitdiffstats
path: root/amor/amoranim.h
diff options
context:
space:
mode:
Diffstat (limited to 'amor/amoranim.h')
-rw-r--r--amor/amoranim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/amor/amoranim.h b/amor/amoranim.h
index acc4fba..d315840 100644
--- a/amor/amoranim.h
+++ b/amor/amoranim.h
@@ -59,7 +59,7 @@ public:
{ return (mCurrent < mSequence.count()); }
int totalMovement() const
{ return mTotalMovement; }
- TQSize maximumSize() const
+ TQSize tqmaximumSize() const
{ return mMaximumSize; }
int delay() const
@@ -103,7 +103,7 @@ public:
AmorAnim *random(const TQString & group);
- TQSize maximumSize() const { return mMaximumSize; }
+ TQSize tqmaximumSize() const { return mMaximumSize; }
protected:
TQString mPath;