Salome HOME
refs #727, #736: fix for the first bug and for the second part (Bug2) of the last...
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_InputPanel.cxx
index a12421f284288d099b9d66fcd6493b3cd35e90d5..3ece51e833d035ddf097191de5307063ea39eb46 100644 (file)
@@ -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
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-#include "HYDROGUI_InputPanel.h"
-#include "HYDROGUI_Module.h"
-
-#include <CAM_Application.h>
-#include <SUIT_Desktop.h>
+#include <HYDROGUI_InputPanel.h>
+#ifndef LIGHT_MODE
+  #include <HYDROGUI_Module.h>
+  #include <CAM_Application.h>
+  #include <SUIT_Desktop.h>
+#endif
 
+#include <QFrame>
 #include <QLayout>
 #include <QPushButton>
 #include <QDir>
 
 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 );