From 71e027ab93fc01d4208f413a3fdaf56dbb3d9ef4 Mon Sep 17 00:00:00 2001 From: mpv Date: Tue, 26 Apr 2005 10:07:58 +0000 Subject: [PATCH] MPV: Porting to the Python 2.3 and higher: Python includes must be before Qt includes: Python contains "slots" field, redefined in the Qt. --- src/GEOMToolsGUI/GEOMToolsGUI_1.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/GEOMToolsGUI/GEOMToolsGUI_1.cxx b/src/GEOMToolsGUI/GEOMToolsGUI_1.cxx index 499106347..c6701a109 100644 --- a/src/GEOMToolsGUI/GEOMToolsGUI_1.cxx +++ b/src/GEOMToolsGUI/GEOMToolsGUI_1.cxx @@ -26,6 +26,8 @@ // Module : GEOM // $Header$ +#include "QAD_PyEditor.h" + #include "GEOMToolsGUI.h" #include "GeometryGUI.h" #include "GEOM_Actor.h" @@ -34,7 +36,6 @@ #include "QAD_Desktop.h" #include "QAD_Config.h" #include "QAD_FileDlg.h" -#include "QAD_PyEditor.h" #include "QAD_RightFrame.h" #include "QAD_MessageBox.h" #include "SALOMEGUI_NameDlg.h" -- 2.39.2