summaryrefslogtreecommitdiff
path: root/library/qt_override_p.h
Side-by-side diff
Diffstat (limited to 'library/qt_override_p.h') (more/less context) (show whitespace changes)
-rw-r--r--library/qt_override_p.h4
1 files changed, 4 insertions, 0 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,7 +1,9 @@
#ifndef __QT_OVERRIDE_H__
#define __QT_OVERRIDE_H__
+#if QT_VERSION > 233
+
namespace Opie {
enum ForceAppearance {
Force_Style = 0x01,
@@ -17,5 +19,7 @@ extern const char *binaryName ( );
extern int force_appearance;
}
+#endif // (QT_VERSION >233)
+
#endif