diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:30:48 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:30:48 -0600 |
commit | f97c8a56e217f04e08776ccf8021721b7d919b7d (patch) | |
tree | 436c68db12057f4d08acfbf37bec9cd8dfafcec8 /src/kmplayer_rp.h | |
parent | d211eb866a067b537fb32cab5f10f8dd24a73ad7 (diff) | |
download | kmplayer-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.h | 4 |
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; |