]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/zgscore/files/qtopia17.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / zgscore / files / qtopia17.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- zgscore-src/zgscore_main.cpp~qtopia17       2004-04-07 16:22:03.000000000 +0200
7 +++ zgscore-src/zgscore_main.cpp        2004-04-08 16:34:31.000000000 +0200
8 @@ -1,5 +1,15 @@
9  #include "zgscore.h"
10  #include <qpe/qpeapplication.h>
11  
12 -QTOPIA_ADD_APPLICATION("zgs", ZGS)
13 -QTOPIA_MAIN
14 +//QTOPIA_ADD_APPLICATION("zgs", ZGS)
15 +//QTOPIA_MAIN
16 +
17 +int main(int argc, char** argv)
18 +{
19 +       QPEApplication a( argc, argv );
20 +       ZGS* zgs = new ZGS();
21 +       a.showMainWidget( zgs );
22 +       a.exec();
23 +}
24 +
25 +