Salome HOME
Copyright update 2022
[modules/gui.git] / src / PVViewer / PVViewer_InitSingleton.h
index 93eba85b59f47210d50463420826048ae379cd97..5cb85397e1b107b3b87037a052d2c51af9b8cfba 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017  CEA/DEN, EDF R&D
+// Copyright (C) 2017-2022  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 //
 // Author : Anthony GEAY (EDF R&D)
 
-#ifndef __PVVIEWER_INITSINGLETON_H__
-#define __PVVIEWER_INITSINGLETON_H__
+#ifndef PVVIEWER_INITSINGLETON_H
+#define PVVIEWER_INITSINGLETON_H
 
 #include "PVViewer.h"
 
 class QMainWindow;
-class LogWindow;
 
 /**
  * This class deals with initialization of SALOME_Session to make it a PV based application.
@@ -34,9 +33,9 @@ class LogWindow;
 class PVVIEWER_EXPORT PVViewer_InitSingleton
 {
 public:
-  static void Init(QMainWindow *aDesktop, LogWindow *logWindow);
+  static void Init(QMainWindow*);
 private:
   static bool IS_INIT;
 };
 
-#endif /* SRC_PVVIEWER_PVVIEWER_CORE_H_ */
+#endif // PVVIEWER_INITSINGLETON_H