]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESHGUI/SMESHGUI_FindElemByPointDlg.cxx
Salome HOME
Removed qt3 support and replaced qt macros
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_FindElemByPointDlg.cxx
index 12dad3e0fcc1d0f99f1bbbf8005aaa222b4dc73d..d8b62617d63bc85133513615429db0a1d8301286 100644 (file)
@@ -367,7 +367,7 @@ void SMESHGUI_FindElemByPointOp::onElemTypeChange(int index)
 
 void SMESHGUI_FindElemByPointDlg::reject()
 {
-  emit rejectedDlg();
+  Q_EMIT rejectedDlg();
   QtxDialog::reject();
 }