Salome HOME
Updated copyright comment
[modules/jobmanager.git] / src / genericgui / JM_ResourceCatalog.hxx
index 05bef797cffbdc825bab3bea17879af8ca7d1ffa..08eae39e9243ef7573096d04f18060ddbf34f3ff 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 #ifndef _JM_RESOURCECATALOG_HXX_
 #define _JM_RESOURCECATALOG_HXX_
 
-#include <QtGui>
-
 #include "BL_SALOMEServices.hxx"
 
+#include <QWidget>
 #include <string>
 #include <list>
 
+class QListWidget;
+class QListWidgetItem;
+class QPushButton;
+
 namespace JM 
 {
   class ResourceCatalog: public QWidget