]> Creatis software - clitk.git/blobdiff - vv/vvSegmentationDialog.h
Debug fusion display value for very small value
[clitk.git] / vv / vvSegmentationDialog.h
index 7dca49e9b570ceeac67b783aea84df40a02a538e..f457df5ee6e7e4864bd4a9e04843330af9ad1a42 100644 (file)
 #include "vtkPolyData.h"
 #include <vtkPolyDataMapper.h>
 
-#if QT_VERSION < QT_VERSION_CHECK(5, 5, 0)
-#include <QtDesigner/QDesignerExportWidget>
-#else
+#if QT_VERSION >= 0x050000
 #include <QtUiPlugin/QDesignerExportWidget>
+#else
+#include <QtDesigner/QDesignerExportWidget>
 #endif
 #include <QTreeWidget>