]> SALOME platform Git repositories - modules/superv.git/commitdiff
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:10:01 +0000 (10:10 +0000)
committermpv <mpv@opencascade.com>
Tue, 26 Apr 2005 10:10:01 +0000 (10:10 +0000)
src/GraphBase/DataFlowBase_XmlHandler.hxx
src/SUPERVGUI/SUPERVGUI_Main.cxx

index d92285b980c3615765ee65a7277bd36d4c176ba0..b4f3d9e0e881e1d99c4ab1f69b20f647307a35f4 100755 (executable)
@@ -29,6 +29,8 @@
 #define  INCLUDE_MENUITEM_DEF 
 #define QT_ALTERNATE_QTSMANIP
 
+#include "DataFlowBase_Graph.hxx"
+
 #include <qxml.h>
 #include <qstringlist.h>
 #include <qaction.h>
@@ -37,7 +39,6 @@
 //#include <SALOMEconfig.h>
 //#include CORBA_CLIENT_HEADER(SALOME_SuperVision)
 
-#include "DataFlowBase_Graph.hxx"
 
 #define maxlevel 7
 
index 33e2a18d3523673749bc6813774d8b599052e14b..7fde70dea8e1a86b99f26fbcccd22b5cfb005dc9 100644 (file)
 
 using namespace std;
 
+#include "QAD_PyEditor.h"
 #include "QAD_Splitter.h"
 #include "QAD_LeftFrame.h"
 #include "QAD_ObjectBrowser.h"
 #include "QAD_ObjectBrowserItem.h"
-#include "QAD_PyEditor.h"
 #include "QAD_Message.h"
 #include "QAD_FileDlg.h"
 #include "QAD_Application.h"