diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-24 11:54:22 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-02 19:05:07 +0200 |
commit | b2fbb2c5c17039c4ff309c048e6058ad4dfb3a89 (patch) | |
tree | a006c4e6cc6cd2fa0bade663e694c03c499ad508 /kstyles | |
parent | ffd8d17b0ba4286d25112d69d0b04bbe50e31b26 (diff) | |
download | tdelibs-b2fbb2c5c17039c4ff309c048e6058ad4dfb3a89.tar.gz tdelibs-b2fbb2c5c17039c4ff309c048e6058ad4dfb3a89.zip |
Rename a few stragglers
(cherry picked from commit 22e7adf3ed072dce5600693e9ba7c14eda94e025)
Diffstat (limited to 'kstyles')
-rw-r--r-- | kstyles/light/lightstyle-v3.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kstyles/light/lightstyle-v3.cpp b/kstyles/light/lightstyle-v3.cpp index 94e4d09d0..af062f4f9 100644 --- a/kstyles/light/lightstyle-v3.cpp +++ b/kstyles/light/lightstyle-v3.cpp @@ -847,7 +847,7 @@ void LightStyleV3::drawControl( TQ_ControlElement control, if ( flags & Style_Selected ) { - p->fillRect( br.right() - 3, br.top() + 1, 3, br.height() - 1, cg.tqbrush(TQColorGroup::Highlight)); + p->fillRect( br.right() - 3, br.top() + 1, 3, br.height() - 1, cg.brush(TQColorGroup::Highlight)); br.addCoords( 1, 1, -4, 0 ); } else @@ -885,7 +885,7 @@ void LightStyleV3::drawControl( TQ_ControlElement control, if ( flags & Style_Selected ) { - p->fillRect( br.right() - 2, br.top(), 3, br.height(), cg.tqbrush(TQColorGroup::Highlight)); + p->fillRect( br.right() - 2, br.top(), 3, br.height(), cg.brush(TQColorGroup::Highlight)); br.addCoords( 1, 0, -3, -1 ); } else |