X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Flcd_gfx_qt.h;h=51b97c28dc3bbe85f05070fed0692f82c76c0b01;hb=f52e46baa21748f30f30a9e725edbf90b420ed24;hp=642dc7e8311d1e59397006c3dcdbf0b226d1f76c;hpb=20d3c79024c12bb366270c0c1fdda53c4c55e734;p=bertos.git diff --git a/drv/lcd_gfx_qt.h b/drv/lcd_gfx_qt.h index 642dc7e8..51b97c28 100755 --- a/drv/lcd_gfx_qt.h +++ b/drv/lcd_gfx_qt.h @@ -14,6 +14,9 @@ /*#* *#* $Log$ + *#* Revision 1.5 2006/05/28 12:17:57 bernie + *#* Drop almost all the Qt3 cruft. + *#* *#* Revision 1.4 2006/02/20 02:00:40 bernie *#* Port to Qt 4.1. *#* @@ -31,13 +34,8 @@ #ifndef DRV_LCD_GFX_QT_H #define DRV_LCD_GFX_QT_H -#if _QT < 4 - #include - #include -#else - #include - #include -#endif +#include +#include // fwd decls class QSizePolicy;