equal
deleted
inserted
replaced
16 */ |
16 */ |
17 |
17 |
18 #ifndef HGVGIMAGE_H |
18 #ifndef HGVGIMAGE_H |
19 #define HGVGIMAGE_H |
19 #define HGVGIMAGE_H |
20 |
20 |
21 #include <qstring> |
21 #include <QString> |
22 #include <qimage> |
22 #include <QImage> |
23 #include <VG/openvg.h> |
23 #include <VG/openvg.h> |
24 #include "HgImage.h" |
24 #include "hgimage.h" |
25 |
25 |
26 class HgVgImagePool; |
26 class HgVgImagePool; |
27 class HgImageFader; |
27 class HgImageFader; |
28 class HgVgQuadRenderer; |
28 class HgVgQuadRenderer; |
29 /** |
29 /** |