diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:04:46 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:04:46 -0600 |
commit | 119c7d143c661c438bcd3ab82113ada44e9725fa (patch) | |
tree | f0ff427ce4c370484eef37d3edbb4eb005dde486 /src/kmplayer_rp.h | |
parent | 0ed6bc56f9167e115f14d18b4bc8ce18fb7674b6 (diff) | |
download | kmplayer-119c7d143c661c438bcd3ab82113ada44e9725fa.tar.gz kmplayer-119c7d143c661c438bcd3ab82113ada44e9725fa.zip |
Rename obsolete tq methods to standard names
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 9121739..a158a7d 100644 --- a/src/kmplayer_rp.h +++ b/src/kmplayer_rp.h @@ -67,7 +67,7 @@ public: virtual void accept (Visitor *); Surface *surface (); void repaint (); // called whenever something changes on image - Fit fit; // how to tqlayout images + Fit fit; // how to layout images unsigned int duration; // cached attributes of head TimerInfoPtrW duration_timer; SurfacePtrW rp_surface; |