Salome HOME
updated copyright message
[modules/gui.git] / tools / CurvePlot / src / python / pyqtside / QtCore.py
index ccfe52c2c0a7a73c1f32ae5c70dddfbe2aa7d61e..a3c377f769213a56b561541acd7eb90589b27503 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2016-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
@@ -19,8 +19,8 @@
 
 from . import _use_pyqt
 if _use_pyqt:
-  from PyQt4.QtCore import *
-  Slot = pyqtSlot  
-  Signal = pyqtSignal 
+  from PyQt5.QtCore import *
+  Slot = pyqtSlot
+  Signal = pyqtSignal
 else:
   from PySide.QtCore import *