X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_XmlHandler.h;h=25b2cf393f109dff83c294adbfc758dfd1ae42af;hb=bbd637f1323572d6977c72f404142bc5bfb70787;hp=f3582ed29a31a2bd06185890475dbe16c111427e;hpb=d303154d91eb916a55ac93a372cbdb918aa18d14;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_XmlHandler.h b/src/SMESHGUI/SMESHGUI_XmlHandler.h index f3582ed29..25b2cf393 100644 --- a/src/SMESHGUI/SMESHGUI_XmlHandler.h +++ b/src/SMESHGUI/SMESHGUI_XmlHandler.h @@ -30,11 +30,8 @@ // Qt includes #include - -// STL includes -#include -#include -#include +#include +#include class HypothesisData; class HypothesesSet; @@ -56,10 +53,10 @@ public: bool fatalError( const QXmlParseException& ); public: - std::map myHypothesesMap; - std::map myAlgorithmsMap; + QMap myHypothesesMap; + QMap myAlgorithmsMap; - std::list myListOfHypothesesSets; + QList myListOfHypothesesSets; private: QString myErrorProt;