]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/cumulus/cumulus/qtooltip.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / cumulus / cumulus / qtooltip.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- cumulus/whatsthat.cpp~qtooltip      2004-01-24 12:00:59.000000000 +0100
7 +++ cumulus/whatsthat.cpp       2004-01-29 19:30:04.000000000 +0100
8 @@ -16,7 +16,7 @@
9  ***********************************************************************/
10  
11  #include "whatsthat.h"
12 -#include <qtooltip.h>
13 +#include "./qtooltip.h"
14  #include <qstylesheet.h>
15  #include <qapplication.h>
16  #include <qpainter.h>
17 --- cumulus/qtooltip.h~qtooltip 2004-01-24 12:01:00.000000000 +0100
18 +++ cumulus/qtooltip.h  2004-01-29 19:31:16.000000000 +0100
19 @@ -43,7 +43,7 @@
20  public: 
21         QToolTip(){};
22         ~QToolTip(){};
23 -  QPalette palette();
24 +  static QPalette palette();
25  };
26  
27  #endif