blob: 5926a8d000b29a5bb609ccec3f4b68db9f852cb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: library/qpeapplication.h
===================================================================
--- library.orig/qpeapplication.h 2008-06-12 01:18:24.548201862 +0200
+++ library/qpeapplication.h 2008-06-12 01:18:30.861635469 +0200
@@ -127,7 +127,7 @@
static void showWidget( QWidget*, bool nomax=FALSE ) QPE_WEAK_SYMBOL;
/* Merge setTempScreenSaverMode */
#ifdef QTOPIA_INTERNAL_INITAPP
- void initApp( int argv, char **argv );
+ void initApp( int argc, char **argv );
#endif
static void setKeepRunning();
|