gfx_findRegion(): Only define when CONFIG_GFX_CLIPPING is enabled.
[bertos.git] / drv / lcd_gfx_qt.h
index 642dc7e8311d1e59397006c3dcdbf0b226d1f76c..51b97c28dc3bbe85f05070fed0692f82c76c0b01 100755 (executable)
@@ -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.
  *#*
 #ifndef DRV_LCD_GFX_QT_H
 #define DRV_LCD_GFX_QT_H
 
-#if _QT < 4
-       #include <qframe.h>
-       #include <qcolor.h>
-#else
-       #include <QtGui/QColor>
-       #include <QtGui/QFrame>
-#endif
+#include <QtGui/QColor>
+#include <QtGui/QFrame>
 
 // fwd decls
 class QSizePolicy;