Index: sources/gui/GuiGlobals.h =================================================================== diff -u -r8b044d8ef7db6f72c65aa6109d5f29a79bca92a2 -r142f2ddb8ce284c52c0add2acf3ac81f471b78de --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 8b044d8ef7db6f72c65aa6109d5f29a79bca92a2) +++ sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 142f2ddb8ce284c52c0add2acf3ac81f471b78de) @@ -435,8 +435,14 @@ typedef GuiActions::DG_Heat_UI_States GuiDisinfectDGHeatStates; typedef GuiActions::DG_Chem_UI_States GuiDisinfectDGChemicalStates; - typedef QMap GuiStringIndexMap; + typedef QMap GuiStringIndexMap; + typedef QPair GuiStringIndexMapItem; + typedef QMapIterator GuiStringIndexMapIterator; + typedef QMap GuiUint08IndexMap; + typedef QPair GuiUint08IndexMapItem; + typedef QMapIterator GuiUint08IndexMapIterator; + /*! * \brief enumString * \details converts the enum index to it's code defined text