summaryrefslogtreecommitdiffstats
path: root/ktux/spriteanim.h
diff options
context:
space:
mode:
Diffstat (limited to 'ktux/spriteanim.h')
-rw-r--r--ktux/spriteanim.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ktux/spriteanim.h b/ktux/spriteanim.h
index 8be8a0e..cb19385 100644
--- a/ktux/spriteanim.h
+++ b/ktux/spriteanim.h
@@ -24,7 +24,7 @@
//
// SpriteObject stores the animations that create an object
//
-class SpriteObject : public QCanvasSprite
+class SpriteObject : public TQCanvasSprite
{
public:
SpriteObject(SpritePixmapSequence *seq, TQCanvas *c);
@@ -39,7 +39,7 @@ protected:
int mCycle;
int mLifeSpan;
SpritePixmapSequence *mSeq;
- QRect mBound;
+ TQRect mBound;
};
//---------------------------------------------------------------------------
@@ -89,7 +89,7 @@ protected:
TQPtrList<SpriteObject> mActive;
int mCount;
SpriteRange mRefresh;
- QCanvas *mCanvas;
+ TQCanvas *mCanvas;
};
#endif // SPRITEANIM_H