Salome HOME
updated copyright message
[modules/yacs.git] / src / genericgui / ListJobs_GUI.hxx
index 583f54c4643e46ffe3dad86e12df1f382f361257..f1e76004f48220e30efc03b97340aea726fe016c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2006-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
@@ -20,8 +20,8 @@
 #ifndef LISTJOBS_GUI_H
 #define LISTJOBS_GUI_H
 
-#include <QtGui/QtGui>
-#include "SALOME_NamingService.hxx"
+#include <QWidget>
+#include "SALOME_NamingService_Wrapper.hxx"
 #include "SALOME_Launcher.hh"
 
 // Kind of column
 // Class for the dialog box
 // ------------------------
 
+class QPushButton;
+class QTableWidget;
+class QTableWidgetItem;
+class QTimer;
 
 namespace YACS
 {