summaryrefslogtreecommitdiffstats
path: root/twin4/twin4/kspritecache.h
diff options
context:
space:
mode:
Diffstat (limited to 'twin4/twin4/kspritecache.h')
-rw-r--r--twin4/twin4/kspritecache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/twin4/twin4/kspritecache.h b/twin4/twin4/kspritecache.h
index 39c48d7b..63a88c02 100644
--- a/twin4/twin4/kspritecache.h
+++ b/twin4/twin4/kspritecache.h
@@ -151,8 +151,8 @@ class KSprite : public TQCanvasSprite
* animation is finished.
* Example:
* <pre>
- * connect(sprite->createNotify(),TQT_SIGNAL(signalNotify(TQCanvasItem *,int)),
- * this,TQT_SLOT(moveDone(TQCanvasItem *,int)));
+ * connect(sprite->createNotify(),TQ_SIGNAL(signalNotify(TQCanvasItem *,int)),
+ * this,TQ_SLOT(moveDone(TQCanvasItem *,int)));
* </pre>
* In the move done function you best delete the notify again with
* @ref deleteNotify