X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_InputPanel.cxx;h=3ece51e833d035ddf097191de5307063ea39eb46;hb=a0964e8c4caecf35f149dbc669714901c5fd2336;hp=a12421f284288d099b9d66fcd6493b3cd35e90d5;hpb=f72f73125cf95dff09f91b2258d955162fc3ec15;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_InputPanel.cxx b/src/HYDROGUI/HYDROGUI_InputPanel.cxx index a12421f2..3ece51e8 100644 --- a/src/HYDROGUI/HYDROGUI_InputPanel.cxx +++ b/src/HYDROGUI/HYDROGUI_InputPanel.cxx @@ -1,8 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE -// -// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -// +// Copyright (C) 2014-2015 EDF-R&D // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either @@ -20,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 );