qt_override_p.h
00001 #ifndef __QT_OVERRIDE_H__
00002 #define __QT_OVERRIDE_H__
00003
00004 #if QT_VERSION > 233
00005
00006 namespace Opie {
00007
00008 enum ForceAppearance {
00009 Force_Style = 0x01,
00010 Force_Font = 0x02,
00011 Force_Decoration = 0x04,
00012
00013 Force_All = 0xff,
00014 Force_None = 0x00,
00015 };
00016
00017 extern const char *binaryName ( );
00018
00019 extern int force_appearance;
00020
00021 }
00022
00023 #endif // (QT_VERSION >233)
00024
00025 #endif
This file is part of the documentation for OPIE Version 1.5.5.