diff options
author | Timothy Pearson <[email protected]> | 2011-12-24 11:37:19 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-06 03:48:50 +0200 |
commit | 66bf173caa7437be9c90b8654e925d5b3aee3b57 (patch) | |
tree | 6d135cb17c817996ae059769bffdcc53db36f6fd | |
parent | 06187df2cc7e317dd22ab43abb0880294cb154d8 (diff) | |
download | ktorrent-66bf173caa7437be9c90b8654e925d5b3aee3b57.tar.gz ktorrent-66bf173caa7437be9c90b8654e925d5b3aee3b57.zip |
Rename a few stragglers
(cherry picked from commit c3480dfed56038a7e8c11e2afbc454f59ab44843)
-rw-r--r-- | apps/ktorrent/newui/button.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ktorrent/newui/button.cpp b/apps/ktorrent/newui/button.cpp index 7be113d..78b1f47 100644 --- a/apps/ktorrent/newui/button.cpp +++ b/apps/ktorrent/newui/button.cpp @@ -131,7 +131,7 @@ void Button::drawButton(TQPainter *p) pm.fill(eraseColor()); TQPainter p2(&pm); - tqstyle().drawControl(TQStyle::CE_PushButton,&p2,this, TQRect(0,0,pm.width(),pm.height()), colorGroup(),flags); + style().drawControl(TQStyle::CE_PushButton,&p2,this, TQRect(0,0,pm.width(),pm.height()), colorGroup(),flags); style().drawControl(TQStyle::CE_PushButtonLabel, &p2, this, TQRect(0,0,pm.width(),pm.height()), |