Salome HOME
updated copyright message
[modules/paravis.git] / src / PVGUI / PVGUI_ParaViewSettingsPane.h
index adbc913e8616add7e354e643edade0818f3ee591..bcdb227201cfa927a3f2ce432e93a8c4fa97ea18 100644 (file)
@@ -1,6 +1,6 @@
 // PARAVIS : ParaView wrapper SALOME module
 //
-// Copyright (C) 2010-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2010-2023  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
@@ -36,7 +36,7 @@ class LightApp_Application;
 
 /**!
  * This class is (almost) a copy/paste of what is found in
- *    *<PARAVIEW>/Qt/Components/pqSettingsDialog.h*
+ *    *[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.
@@ -80,7 +80,7 @@ protected:
     void saveInQSettings(const char* key, vtkSMProperty* smproperty);
 
   private:
-    Q_DISABLE_COPY(PVGUI_ParaViewSettingsPane);
+    Q_DISABLE_COPY(PVGUI_ParaViewSettingsPane)
     class pqInternals;
     pqInternals* Internals;