-rw-r--r-- | noncore/apps/opie-reader/StyleConsts.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/noncore/apps/opie-reader/StyleConsts.h b/noncore/apps/opie-reader/StyleConsts.h index 29d7501..5817b54 100644 --- a/noncore/apps/opie-reader/StyleConsts.h +++ b/noncore/apps/opie-reader/StyleConsts.h | |||
@@ -1,24 +1,22 @@ | |||
1 | #ifndef __STYLECONSTS_H | 1 | #ifndef __STYLECONSTS_H |
2 | #define __STYLECONSTS_H | 2 | #define __STYLECONSTS_H |
3 | 3 | ||
4 | typedef unsigned short StyleType; | 4 | typedef unsigned short StyleType; |
5 | 5 | ||
6 | #ifdef _WINDOWS | ||
7 | #include <string.h> | 6 | #include <string.h> |
8 | #endif | ||
9 | #include <stdlib.h> | 7 | #include <stdlib.h> |
10 | #include <qglobal.h> | 8 | #include <qglobal.h> |
11 | class QImage; | 9 | class QImage; |
12 | 10 | ||
13 | struct GraphicLink | 11 | struct GraphicLink |
14 | { | 12 | { |
15 | QImage* graphic; | 13 | QImage* graphic; |
16 | bool isLink; | 14 | bool isLink; |
17 | unsigned long link; | 15 | unsigned long link; |
18 | GraphicLink(QImage* p, bool isLnk, unsigned long tgt) : | 16 | GraphicLink(QImage* p, bool isLnk, unsigned long tgt) : |
19 | graphic(p), isLink(isLnk), link(tgt) {} | 17 | graphic(p), isLink(isLnk), link(tgt) {} |
20 | ~GraphicLink(); | 18 | ~GraphicLink(); |
21 | }; | 19 | }; |
22 | 20 | ||
23 | struct pmstore | 21 | struct pmstore |
24 | { | 22 | { |