]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/puzz-le/puzz-le-2.0.0/gcc3.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / puzz-le / puzz-le-2.0.0 / gcc3.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- puzzle_arm/OptionsDialog.cpp~gcc3   2002-07-16 04:01:12.000000000 +0200
7 +++ puzzle_arm/OptionsDialog.cpp        2004-02-19 21:10:32.000000000 +0100
8 @@ -24,14 +24,14 @@
9  
10  int OptionsDialog::sOptions[5]={60,50,40,30,20};
11  
12 -OptionsDialog::OptionsDialog(QString *currLevel,QString *th, bool *se,bool *ar,bool *tl, int *gs, QWidget *parent=0,const char *name=0):QDialog(parent,name,true,WStyle_Customize|WStyle_NoBorderEx )
13 +OptionsDialog::OptionsDialog(QString *currLevel,QString *th, bool *se,bool *ar,bool *tlx, int *gs, QWidget *parent,const char *name):QDialog(parent,name,true,WStyle_Customize|WStyle_NoBorderEx )
14  {
15      the=th;
16      ile=currLevel;
17      ise=se;
18      iar=ar;
19      igs=gs;
20 -    itl=tl;
21 +    itl=tlx;
22  
23      QFont f=font();
24      f.setBold(true);