summaryrefslogtreecommitdiff
path: root/library/qt_override_p.h
Side-by-side diff
Diffstat (limited to 'library/qt_override_p.h') (more/less context) (ignore whitespace changes)
-rw-r--r--library/qt_override_p.h10
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
@@ -3,4 +3,6 @@
+#if QT_VERSION > 233
+
namespace Opie {
-
+
enum ForceAppearance {
@@ -9,4 +11,4 @@ enum ForceAppearance {
Force_Decoration = 0x04,
-
- Force_All = 0xff,
+
+ Force_All = 0xff,
Force_None = 0x00,
@@ -20,2 +22,4 @@ extern int force_appearance;
+#endif // (QT_VERSION >233)
+
#endif