X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSUPERVGUI%2FSUPERVGUI_CanvasView.cxx;h=75fe69cc2fe31e13f914e580ea7cedd93bbb89d8;hb=787989820026cbd647c7bdb7159beed8e12e4944;hp=ad96187da2e70a3452d3ac589d62f26d042d5f57;hpb=f57828e2d4e246d20ef8df6b216aaa476667f3bc;p=modules%2Fsuperv.git diff --git a/src/SUPERVGUI/SUPERVGUI_CanvasView.cxx b/src/SUPERVGUI/SUPERVGUI_CanvasView.cxx index ad96187..75fe69c 100644 --- a/src/SUPERVGUI/SUPERVGUI_CanvasView.cxx +++ b/src/SUPERVGUI/SUPERVGUI_CanvasView.cxx @@ -18,8 +18,7 @@ using namespace std; #include "SUPERVGUI_CanvasNodePrs.h" #include "SUPERVGUI_Clipboard.h" -#include "QAD_Config.h" -#include "QAD_MessageBox.h" +#include "SUIT_MessageBox.h" #include #include @@ -652,8 +651,8 @@ void SUPERVGUI_CanvasView::endSketch(SUPERVGUI_CanvasPort* thePort) // asv : 13.12.04 : introducing a check for ports' types compatibility (Bugs and Improvements p.1.16, PAL7380) if ( !aLinkEngine->IsValid() ) { - const int id = QAD_MessageBox::warn2( this, tr( "TLT_INVALID_LINK" ), tr( "MSG_INVALID_LINK" ), - tr( "Keep" ), tr( "Remove" ), 0, 1, 0 ); + const int id = SUIT_MessageBox::warn2( this, tr( "TLT_INVALID_LINK" ), tr( "MSG_INVALID_LINK" ), + tr( "Keep" ), tr( "Remove" ), 0, 1, 0 ); if ( id == 1 ) { // "Remove" was selected in Message Box aLink->remove(); // the new link did not live long... }