diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:36:53 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 11:36:53 -0600 |
commit | 0ed6bc56f9167e115f14d18b4bc8ce18fb7674b6 (patch) | |
tree | bbf293d0f4a7d04626e2996263f985f13921869a /src/kmplayer_rp.h | |
parent | 81ad3b51a1f061b0934426aaf339917f76c0cfc5 (diff) | |
download | kmplayer-0ed6bc56f9167e115f14d18b4bc8ce18fb7674b6.tar.gz kmplayer-0ed6bc56f9167e115f14d18b4bc8ce18fb7674b6.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/kmplayer_rp.h')
-rw-r--r-- | src/kmplayer_rp.h | 2 |
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; |