Salome HOME
MPV: Porting to the Python 2.3 and higher: Python includes must be before Qt includes... V2_2_3
authormpv <mpv@opencascade.com>
Tue, 26 Apr 2005 10:07:58 +0000 (10:07 +0000)
committermpv <mpv@opencascade.com>
Tue, 26 Apr 2005 10:07:58 +0000 (10:07 +0000)
src/GEOMToolsGUI/GEOMToolsGUI_1.cxx

index 4991063474fc397ee6659df010f9a7223dd4ad32..c6701a1096e85267d651221b774b5f75183efd39 100644 (file)
@@ -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"