summaryrefslogtreecommitdiffstats
path: root/redhat/applications/kaffeine/kaffeine-3.5.13-renames_a_few_stragglers.patch
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2019-11-03 10:14:46 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2019-11-03 11:16:29 +0100
commitc3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0 (patch)
tree05b16c4c316aad9b0572275b8c32868b2aef7965 /redhat/applications/kaffeine/kaffeine-3.5.13-renames_a_few_stragglers.patch
parentc9bb196e3bc20aef636c7478727f24aa7656b3cf (diff)
downloadtde-packaging-c3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0.tar.gz
tde-packaging-c3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0.zip
RPM: remove lots of obsolete 3.5.13.x files
Diffstat (limited to 'redhat/applications/kaffeine/kaffeine-3.5.13-renames_a_few_stragglers.patch')
-rw-r--r--redhat/applications/kaffeine/kaffeine-3.5.13-renames_a_few_stragglers.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/redhat/applications/kaffeine/kaffeine-3.5.13-renames_a_few_stragglers.patch b/redhat/applications/kaffeine/kaffeine-3.5.13-renames_a_few_stragglers.patch
deleted file mode 100644
index b3fcbc792..000000000
--- a/redhat/applications/kaffeine/kaffeine-3.5.13-renames_a_few_stragglers.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-commit 89b5fd35299d63e54cb2b36ec366d0071381458b
-Author: Timothy Pearson <kb9vqf@pearsoncomputing.net>
-Date: 1324748015 -0600
-
- Rename a few stragglers
-
-diff --git a/kaffeine/src/kmultitabbar.cpp b/kaffeine/src/kmultitabbar.cpp
-index 4ff1154..8d85e01 100644
---- a/kaffeine/src/kmultitabbar.cpp
-+++ b/kaffeine/src/kmultitabbar.cpp
-@@ -654,8 +654,8 @@ void KMultiTabBarTab::drawButtonStyled(TQPainter *paint) {
-
- if (down) st|=TQStyle::Style_On;
-
-- tqstyle().drawControl(TQStyle::CE_PushButton,&painter,this, TQRect(0,0,pixmap.width(),pixmap.height()), colorGroup(),st);
-- tqstyle().drawControl(TQStyle::CE_PushButtonLabel,&painter,this, TQRect(0,0,pixmap.width(),pixmap.height()), colorGroup(),st);
-+ style().drawControl(TQStyle::CE_PushButton,&painter,this, TQRect(0,0,pixmap.width(),pixmap.height()), colorGroup(),st);
-+ style().drawControl(TQStyle::CE_PushButtonLabel,&painter,this, TQRect(0,0,pixmap.width(),pixmap.height()), colorGroup(),st);
-
- switch (m_position) {
- case KMultiTabBar::Left:
-@@ -671,7 +671,7 @@ void KMultiTabBarTab::drawButtonStyled(TQPainter *paint) {
- paint->drawPixmap(0,0,pixmap);
- break;
- }
--// tqstyle().drawControl(TQStyle::CE_PushButtonLabel,painter,this, TQRect(0,0,pixmap.width(),pixmap.height()),
-+// style().drawControl(TQStyle::CE_PushButtonLabel,painter,this, TQRect(0,0,pixmap.width(),pixmap.height()),
- // colorGroup(),TQStyle::Style_Enabled);
-
-