diff options
author | Francois Andriot <[email protected]> | 2012-05-07 01:06:08 +0200 |
---|---|---|
committer | Francois Andriot <[email protected]> | 2012-05-07 01:06:08 +0200 |
commit | 9750a057f2f36c5b88a5bc53c0a051b605dac061 (patch) | |
tree | 4f205d3ed4ecf8d2df665b566674d12372363c7f /redhat/applications/ktorrent/bp003-c3480dfe.diff | |
parent | 6bb431be79e8f75c26bbf0f81749fa7738965f65 (diff) | |
download | tde-packaging-9750a057f2f36c5b88a5bc53c0a051b605dac061.tar.gz tde-packaging-9750a057f2f36c5b88a5bc53c0a051b605dac061.zip |
RHEL/Fedora: massive updates for Fedora 17 (TDE 3.5.13 entire build)
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 <[email protected]> +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()), |