summaryrefslogtreecommitdiffstats
path: root/src/kmplayer_rp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kmplayer_rp.h')
-rw-r--r--src/kmplayer_rp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kmplayer_rp.h b/src/kmplayer_rp.h
index 017086e..9121739 100644
--- a/src/kmplayer_rp.h
+++ b/src/kmplayer_rp.h
@@ -66,7 +66,7 @@ public:
virtual bool handleEvent (EventPtr event);
virtual void accept (Visitor *);
Surface *surface ();
- void tqrepaint (); // called whenever something changes on image
+ void repaint (); // called whenever something changes on image
Fit fit; // how to tqlayout images
unsigned int duration; // cached attributes of head
TimerInfoPtrW duration_timer;