From: nri Date: Mon, 3 May 2004 12:09:00 +0000 (+0000) Subject: NRI : Merge from Event_Server. Add missing include QPushButton. X-Git-Tag: Ecole_Ete_a2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=refs%2Ftags%2FEcole_Ete_a2;p=modules%2Fsmesh.git NRI : Merge from Event_Server. Add missing include QPushButton. --- diff --git a/src/SMESHGUI/SMESHGUI_MeshInfosDlg.cxx b/src/SMESHGUI/SMESHGUI_MeshInfosDlg.cxx index c85e86c50..b1946d689 100644 --- a/src/SMESHGUI/SMESHGUI_MeshInfosDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_MeshInfosDlg.cxx @@ -42,6 +42,7 @@ using namespace std; #include #include #include +#include #define COLONIZE( str ) ( QString( str ).contains( ":" ) > 0 ? QString( str ) : QString( str ) + " :" )