diff options
Diffstat (limited to 'redhat/applications/ktorrent/bp003-c3480dfe.diff')
-rw-r--r-- | redhat/applications/ktorrent/bp003-c3480dfe.diff | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/redhat/applications/ktorrent/bp003-c3480dfe.diff b/redhat/applications/ktorrent/bp003-c3480dfe.diff new file mode 100644 index 000000000..ccb27d0db --- /dev/null +++ b/redhat/applications/ktorrent/bp003-c3480dfe.diff @@ -0,0 +1,19 @@ +commit c3480dfed56038a7e8c11e2afbc454f59ab44843 +Author: Timothy Pearson <kb9vqf@pearsoncomputing.net> +Date: 1324748239 -0600 + + Rename a few stragglers + +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()), |