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 f89653dbe2039ba7eadd9bce4077d48502704648..3ece51e833d035ddf097191de5307063ea39eb46 100644 (file)
 // 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 );