summaryrefslogtreecommitdiff
path: root/audio/xsidplay/files/patch-ab
blob: cea19975456578d222010a5a4c6b09fabce1ce94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
--- src/MainDialog.cpp.orig	Sat Jul  3 12:57:28 1999
+++ src/MainDialog.cpp	Tue Sep 12 03:47:31 2000
@@ -152,9 +152,30 @@
     timeLCD->setMode( QLCDNumber::DEC );
     timeLCD->setSegmentStyle( QLCDNumber::Filled );
     {
-        QColorGroup normal( QColor( QRgb(0) ), QColor( QRgb(11513755) ), QColor( QRgb(16777215) ), QColor( QRgb(6316128) ), QColor( QRgb(10789024) ), QColor( QRgb(0) ), QColor( QRgb(16777215) ) );
-        QColorGroup disabled( QColor( QRgb(8421504) ), QColor( QRgb(12632256) ), QColor( QRgb(16777215) ), QColor( QRgb(6316128) ), QColor( QRgb(10789024) ), QColor( QRgb(8421504) ), QColor( QRgb(12632256) ) );
-        QColorGroup active( QColor( QRgb(0) ), QColor( QRgb(12632256) ), QColor( QRgb(16777215) ), QColor( QRgb(6316128) ), QColor( QRgb(10789024) ), QColor( QRgb(0) ), QColor( QRgb(16777215) ) );
+        QColorGroup normal(
+		QColor( (unsigned int)0 ),
+		QColor( (unsigned int)11513755 ),
+		QColor( (unsigned int)16777215 ),
+		QColor( (unsigned int)6316128 ),
+		QColor( (unsigned int)10789024 ),
+		QColor( (unsigned int)0 ),
+		QColor( (unsigned int)16777215 ) );
+        QColorGroup disabled(
+		QColor( (unsigned int)8421504 ),
+		QColor( (unsigned int)12632256 ),
+		QColor( (unsigned int)16777215 ),
+		QColor( (unsigned int)6316128 ),
+		QColor( (unsigned int)10789024 ),
+		QColor( (unsigned int)8421504 ),
+		QColor( (unsigned int)12632256 ) );
+        QColorGroup active(
+		QColor( (unsigned int)0 ),
+		QColor( (unsigned int)12632256 ),
+		QColor( (unsigned int)16777215 ),
+		QColor( (unsigned int)6316128 ),
+		QColor( (unsigned int)10789024 ),
+		QColor( (unsigned int)0 ),
+		QColor( (unsigned int)16777215 ) );
         QPalette palette( normal, disabled, active );
         timeLCD->setPalette( palette );
 	}