summaryrefslogtreecommitdiffstats
path: root/src/kmplayer_rp.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-15 15:30:48 -0600
committerTimothy Pearson <[email protected]>2011-12-15 15:30:48 -0600
commitf97c8a56e217f04e08776ccf8021721b7d919b7d (patch)
tree436c68db12057f4d08acfbf37bec9cd8dfafcec8 /src/kmplayer_rp.h
parentd211eb866a067b537fb32cab5f10f8dd24a73ad7 (diff)
downloadkmplayer-f97c8a56e217f04e08776ccf8021721b7d919b7d.tar.gz
kmplayer-f97c8a56e217f04e08776ccf8021721b7d919b7d.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/kmplayer_rp.h')
-rw-r--r--src/kmplayer_rp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kmplayer_rp.h b/src/kmplayer_rp.h
index 017086e..a158a7d 100644
--- a/src/kmplayer_rp.h
+++ b/src/kmplayer_rp.h
@@ -66,8 +66,8 @@ public:
virtual bool handleEvent (EventPtr event);
virtual void accept (Visitor *);
Surface *surface ();
- void tqrepaint (); // called whenever something changes on image
- Fit fit; // how to tqlayout images
+ void repaint (); // called whenever something changes on image
+ Fit fit; // how to layout images
unsigned int duration; // cached attributes of head
TimerInfoPtrW duration_timer;
SurfacePtrW rp_surface;