-rw-r--r-- | library/qt_override_p.h | 10 |
1 files changed, 7 insertions, 3 deletions
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 |