X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_InputPanel.cxx;h=03831fc4ec7ab069d5a690afa9034b6759cb2f85;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=ceb9f28dff77883ff2a370aa405ecc4e6db02e6c;hpb=77f307d5db2ad9b48283b36af435e6de42959c83;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_InputPanel.cxx b/src/HYDROGUI/HYDROGUI_InputPanel.cxx index ceb9f28d..03831fc4 100644 --- a/src/HYDROGUI/HYDROGUI_InputPanel.cxx +++ b/src/HYDROGUI/HYDROGUI_InputPanel.cxx @@ -22,7 +22,6 @@ #include "HYDROGUI_InputPanel.h" #include "HYDROGUI_Module.h" -#include "HYDROGUI_RunBrowser.h" #include #include @@ -96,20 +95,7 @@ void HYDROGUI_InputPanel::onCancel() void HYDROGUI_InputPanel::onHelp() { - QString aModuleName = myModule->moduleName(); - - QString aPagePath = HYDROGUI_RunBrowser::getPagePath( aModuleName ); - - QString aPageName = ""; - QString aWindowTitle = windowTitle(); - if ( !aWindowTitle.isEmpty() ) - { - aPageName = QStringList( aWindowTitle.split( " " ) ).join( "_" ).append( ".html" ); - aPageName.toLower(); - } - - QString aPage = aPagePath + QDir::separator() + aPageName; - HYDROGUI_RunBrowser::showPage( myModule->getApp(), aPage ); + emit panelHelp(); } void HYDROGUI_InputPanel::closeEvent ( QCloseEvent * event )