X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_InputPanel.cxx;h=3ece51e833d035ddf097191de5307063ea39eb46;hb=a0964e8c4caecf35f149dbc669714901c5fd2336;hp=f89653dbe2039ba7eadd9bce4077d48502704648;hpb=439579ec24edd8b147cab07f688d446d59029a1e;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_InputPanel.cxx b/src/HYDROGUI/HYDROGUI_InputPanel.cxx index f89653db..3ece51e8 100644 --- a/src/HYDROGUI/HYDROGUI_InputPanel.cxx +++ b/src/HYDROGUI/HYDROGUI_InputPanel.cxx @@ -16,18 +16,24 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -#include "HYDROGUI_InputPanel.h" -#include "HYDROGUI_Module.h" - -#include -#include - +#include +#ifndef LIGHT_MODE + #include + #include + #include +#endif + +#include #include #include #include HYDROGUI_InputPanel::HYDROGUI_InputPanel( HYDROGUI_Module* theModule, const QString& theTitle, bool doInitLayout ) +#ifdef LIGHT_MODE +: QDockWidget( 0 ), +#else : QDockWidget( theModule->application()->desktop() ), +#endif myModule( theModule ) { setFloating( false );