From 8d0b81c091516b9abc78b6a569c1cdc8ea858274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Thu, 29 Jun 2017 17:26:24 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@245 a8b55f48-bf90-11e4-a774-851b48703e85 --- qad/graphic/graphic.cpp | 3 +++ qad/graphic/graphic.h | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qad/graphic/graphic.cpp b/qad/graphic/graphic.cpp index 9337af8..5647d54 100644 --- a/qad/graphic/graphic.cpp +++ b/qad/graphic/graphic.cpp @@ -1,6 +1,9 @@ #include "graphic.h" #include "ui_graphic.h" #include "ui_graphic_conf.h" +#if QT_VERSION >= 0x050100 +# include +#endif __GraphicRegistrator__ __graphic_registrator__; diff --git a/qad/graphic/graphic.h b/qad/graphic/graphic.h index 198b02b..63f6cc8 100644 --- a/qad/graphic/graphic.h +++ b/qad/graphic/graphic.h @@ -18,9 +18,6 @@ #include "graphic_conf.h" #include "clineedit.h" #include "qpievaluator.h" -#if QT_VERSION >= 0x050100 -# include -#endif QT_BEGIN_HEADER