summaryrefslogtreecommitdiff
path: root/x11-themes/baghira/files/patch-baghira.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/baghira/files/patch-baghira.cpp')
-rw-r--r--x11-themes/baghira/files/patch-baghira.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/x11-themes/baghira/files/patch-baghira.cpp b/x11-themes/baghira/files/patch-baghira.cpp
index f553ce122acb..9af48a54a7cc 100644
--- a/x11-themes/baghira/files/patch-baghira.cpp
+++ b/x11-themes/baghira/files/patch-baghira.cpp
@@ -1,11 +1,11 @@
---- style/baghira.cpp.orig Tue Aug 31 00:07:49 2004
-+++ style/baghira.cpp Thu Sep 2 12:57:28 2004
-@@ -1643,7 +1643,7 @@
- const QPushButton *btn = ( const QPushButton* ) widget;
- int x, y, w, h;
- r.rect( &x, &y, &w, &h );
-- bool highlighted = btn->isOn() || btn->isDown() || btn->hasFocus() || btn == highlightWidget;
-+ bool highlighted = btn->isOn() || btn->isDown() || btn->hasFocus() || btn == ( const QPushButton* ) highlightWidget;
-
- if ( btn->isOn() || btn->isDown() ) {
- flags |= Style_Sunken;
+--- style/baghira.cpp.orig Thu Nov 11 05:55:20 2004
++++ style/baghira.cpp Fri Nov 19 21:21:49 2004
+@@ -1597,7 +1597,7 @@
+ const QPushButton *btn = ( const QPushButton* ) widget;
+ int x, y, w, h;
+ r.rect( &x, &y, &w, &h );
+- bool highlighted = btn->isOn() || btn->isDown() || btn->hasFocus() || btn == highlightWidget;
++ bool highlighted = btn->isOn() || btn->isDown() || btn->hasFocus() || btn == ( const QPushButton* ) highlightWidget;
+
+ if ( btn->isOn() || btn->isDown() )
+ {