]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/qte/qte-4.0.0-snapshot/fix-qwsmanager.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / qte / qte-4.0.0-snapshot / fix-qwsmanager.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- qt-embedded-opensource-4.0.0-b1/src/gui/kernel/qapplication_p.h~fix-qwsmanager
7 +++ qt-embedded-opensource-4.0.0-b1/src/gui/kernel/qapplication_p.h
8 @@ -41,7 +41,9 @@
9  #include "qmutex.h"
10  #include "qtranslator.h"
11  #include "qshortcutmap_p.h"
12 -
13 +#ifdef Q_WS_QWS
14 +#include "qwsmanager_qws.h"
15 +#endif
16  #include <private/qcoreapplication_p.h>
17  #include "qapplication.h"
18  #include "qbasictimer.h"