X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolSimpleInputSelectorWidget.h;h=4b8028fa2f9b84a600ddb69ebf236c20cd4b166a;hb=c63cb71d60e75dd3c7297291f6cc662491474438;hp=fccc7147a096c9002dc229ac7b60e01f469ec398;hpb=6543794d0c4718aaa344b28acc77ca18d423f1f3;p=clitk.git diff --git a/vv/vvToolSimpleInputSelectorWidget.h b/vv/vvToolSimpleInputSelectorWidget.h index fccc714..4b8028f 100644 --- a/vv/vvToolSimpleInputSelectorWidget.h +++ b/vv/vvToolSimpleInputSelectorWidget.h @@ -17,10 +17,12 @@ ===========================================================================**/ #ifndef VVTOOLSIMPLEINPUTSELECTORWIDGET_H #define VVTOOLSIMPLEINPUTSELECTORWIDGET_H -#if QT_VERSION < 0x050000 -#include -#else + +#include +#if QT_VERSION >= 0x050000 #include +#else +#include #endif #include #include "ui_vvToolSimpleInputSelectorWidget.h"