X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolWidgetBase.h;h=7a3a5dfdc6e6ac692b58641e628250c72f4cb535;hb=1c6241402b25efea0052f0464be9a494e761b19e;hp=915600e478b96e677f4038745ab2bbbcd341db45;hpb=3c408355c0ce7a9927b16e9bd98764c995d10a72;p=clitk.git diff --git a/vv/vvToolWidgetBase.h b/vv/vvToolWidgetBase.h index 915600e..7a3a5df 100644 --- a/vv/vvToolWidgetBase.h +++ b/vv/vvToolWidgetBase.h @@ -19,10 +19,11 @@ #ifndef VVTOOLWIDGETBASE_H #define VVTOOLWIDGETBASE_H -#if QT_VERSION < 0x050000 -#include -#else +#include +#if QT_VERSION >= 0x050000 #include +#else +#include #endif #include "ui_vvToolWidgetBase.h" #include "clitkImageToImageGenericFilter.h"