]> Creatis software - clitk.git/blobdiff - vv/vvIntensityValueSlider.h
Debug RTStruct conversion with empty struc
[clitk.git] / vv / vvIntensityValueSlider.h
index 29846633831e4baee3f4414d2b4a3b78f19504d8..b123f404f8aff71f547597cac7359307ede5890c 100644 (file)
 #define VVINTENSITYVALUESLIDER_H
 
 // qt
-#if QT_VERSION < 0x050000
-#include <QtDesigner/QDesignerExportWidget>
-#else
+#include <QtGlobal>
+#if QT_VERSION >= 0x050000
 #include <QtUiPlugin/QDesignerExportWidget>
+#else
+#include <QtDesigner/QDesignerExportWidget>
 #endif
 #include <QDialog>