summaryrefslogtreecommitdiff
path: root/library/qt_override_p.h
Unidiff
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 @@
1#ifndef __QT_OVERRIDE_H__ 1#ifndef __QT_OVERRIDE_H__
2#define __QT_OVERRIDE_H__ 2#define __QT_OVERRIDE_H__
3 3
4#if QT_VERSION > 233
5
4namespace Opie { 6namespace Opie {
5 7
6enum ForceAppearance { 8enum ForceAppearance {
7 Force_Style = 0x01, 9 Force_Style = 0x01,
@@ -17,5 +19,7 @@ extern const char *binaryName ( );
17extern int force_appearance; 19extern int force_appearance;
18 20
19} 21}
20 22
23#endif // (QT_VERSION >233)
24
21#endif 25#endif