]> Creatis software - clitk.git/blobdiff - vv/vvIntensityValueSlider.h
Debug ROI display
[clitk.git] / vv / vvIntensityValueSlider.h
index 29846633831e4baee3f4414d2b4a3b78f19504d8..25fdc5753e75941262d1f7e7a8df0d64abdaa986 100644 (file)
@@ -19,7 +19,8 @@
 #define VVINTENSITYVALUESLIDER_H
 
 // qt
-#if QT_VERSION < 0x050000
+#include <QtGlobal>
+#if QT_VERSION < QT_VERSION_CHECK(5, 5, 0)
 #include <QtDesigner/QDesignerExportWidget>
 #else
 #include <QtUiPlugin/QDesignerExportWidget>