]> Creatis software - clitk.git/blobdiff - vv/vvToolImageArithm.h
Debug RTStruct conversion with empty struc
[clitk.git] / vv / vvToolImageArithm.h
index 7e558f34d3fb1a605cc9fe30c9c9bf63a4603368..964b9c81219d6075c23545411a1b9ac7d6f2b3f5 100644 (file)
 #ifndef VVTOOLImageArithm_H
 #define VVTOOLImageArithm_H
 
-#if QT_VERSION < 0x050000
-#include <QtDesigner/QDesignerExportWidget>
-#else
+#include <QtGlobal>
+#if QT_VERSION >= 0x050000
 #include <QtUiPlugin/QDesignerExportWidget>
+#else
+#include <QtDesigner/QDesignerExportWidget>
 #endif
 
 #include "vvToolBase.h"