diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-24 11:37:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-24 11:37:19 -0600 |
commit | c3480dfed56038a7e8c11e2afbc454f59ab44843 (patch) | |
tree | 215d9501d9c1596243391545088ad9a5a63a0e28 | |
parent | 0d48fca8ae41ab963c780104fdeca45d7dad0a51 (diff) | |
download | ktorrent-c3480dfed56038a7e8c11e2afbc454f59ab44843.tar.gz ktorrent-c3480dfed56038a7e8c11e2afbc454f59ab44843.zip |
Rename a few stragglers
-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 100ab62..845df4b 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()), |