Salome HOME
Small refactor.
[modules/paravis.git] / src / PVGUI / PVGUI_ParaViewSettingsPane.h
index 31729139da5d888160419a07ad39e758ba3716c2..adbc913e8616add7e354e643edade0818f3ee591 100644 (file)
@@ -1,6 +1,6 @@
 // PARAVIS : ParaView wrapper SALOME module
 //
-// Copyright (C) 2010-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2010-2015  CEA/DEN, 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
@@ -32,10 +32,11 @@ class QAbstractButton;
 class vtkSMProperty;
 class QShowEvent;
 class QHideEvent;
+class LightApp_Application;
 
 /**!
- * Almost identical copy/paste of what is found in
- *    <PARAVIEW>/Qt/Components/pqSettingsDialog.h
+ * This class is (almost) a copy/paste of what is found in
+ *    *<PARAVIEW>/Qt/Components/pqSettingsDialog.h*
  * This is (almost) the same, except for the inheritance to QtxUserDefinedContent providing the link
  * to SALOME preference mechanism.
  * The UI content of pqSettingsDialog is put in a (PARAVIS) widget called pqCustomSettingsWidget.
@@ -45,7 +46,7 @@ class PVGUI_ParaViewSettingsPane : public QtxUserDefinedContent
   Q_OBJECT
 
 public:
-  PVGUI_ParaViewSettingsPane(QWidget *parent=0);
+  PVGUI_ParaViewSettingsPane(QWidget *parent, LightApp_Application * app);
   virtual ~PVGUI_ParaViewSettingsPane();
 
   /// Implementation of QtxUserDefinedContent interface