]> Creatis software - clitk.git/blobdiff - vv/vvToolInputSelectorWidget.h
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk
[clitk.git] / vv / vvToolInputSelectorWidget.h
index c0a492063584519ba58599aaf01ca7923703b1f9..c71376706b46cccdfa3dd77d6349d7e7a2ec41cf 100644 (file)
@@ -19,7 +19,8 @@
 #define VVTOOLINPUTSELECTORWIDGET_H
 
 // qt
-#if QT_VERSION < 0x050000
+#include <QObject>
+#if QT_VERSION < QT_VERSION_CHECK(5, 5, 0)
 #include <QtDesigner/QDesignerExportWidget>
 #else
 #include <QtUiPlugin/QDesignerExportWidget>