author | mickeyl <mickeyl> | 2003-05-07 16:01:41 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-05-07 16:01:41 (UTC) |
commit | fd0b11fbfe36e87845df9282bb4ed090c7f51d35 (patch) (unidiff) | |
tree | 06e94be413f05d62675556969cae772742628fb3 | |
parent | e150dfd5151aa59eb373aa58df5d9644c6c65b52 (diff) | |
download | opie-fd0b11fbfe36e87845df9282bb4ed090c7f51d35.zip opie-fd0b11fbfe36e87845df9282bb4ed090c7f51d35.tar.gz opie-fd0b11fbfe36e87845df9282bb4ed090c7f51d35.tar.bz2 |
g++3 fixlet
-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,14 +1,12 @@ | |||
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 | { |