--- qsampler/trunk/src/qsamplerDeviceStatusForm.cpp 2010/01/07 20:50:04 2041 +++ qsampler/trunk/src/qsamplerDeviceStatusForm.cpp 2010/01/08 19:20:37 2042 @@ -27,6 +27,15 @@ #include +#if QT_VERSION < 0x040500 +namespace Qt { +const WindowFlags WindowCloseButtonHint = WindowFlags(0x08000000); +#if QT_VERSION < 0x040200 +const WindowFlags CustomizeWindowHint = WindowFlags(0x02000000); +#endif +} +#endif + namespace QSampler {