From 1ac65aca5d1219e537238330501bc441dd2a3324 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Fri, 16 May 2003 19:07:01 +0000 Subject: enable opie to compile against a non-patched qt 2.3.2 to prepare the possibility of building an opie 1.0 feed for the sharp rom --- (limited to 'library/qt_override_p.h') diff --git a/library/qt_override_p.h b/library/qt_override_p.h index d11917c..cb05d15 100644 --- a/library/qt_override_p.h +++ b/library/qt_override_p.h @@ -1,14 +1,16 @@ #ifndef __QT_OVERRIDE_H__ #define __QT_OVERRIDE_H__ +#if QT_VERSION > 233 + namespace Opie { - + enum ForceAppearance { Force_Style = 0x01, Force_Font = 0x02, Force_Decoration = 0x04, - - Force_All = 0xff, + + Force_All = 0xff, Force_None = 0x00, }; @@ -18,4 +20,6 @@ extern int force_appearance; } +#endif // (QT_VERSION >233) + #endif -- cgit v0.9.0.2