X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fgenericgui%2FJM_ResourceCatalog.hxx;h=e50a3b64596cfd3fb1db989872d3f057d0d0fe12;hb=2fcaf11d27a6ca0830c1152427098215cffc0854;hp=078afbbf4e5f79143b573ed0619c00275904e6de;hpb=6e1cf4668d414c08a62e2c857786bfa74a8df3e4;p=modules%2Fjobmanager.git diff --git a/src/genericgui/JM_ResourceCatalog.hxx b/src/genericgui/JM_ResourceCatalog.hxx index 078afbb..e50a3b6 100644 --- a/src/genericgui/JM_ResourceCatalog.hxx +++ b/src/genericgui/JM_ResourceCatalog.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2015 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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,17 +20,16 @@ #ifndef _JM_RESOURCECATALOG_HXX_ #define _JM_RESOURCECATALOG_HXX_ -#include -#include -#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0) -#include -#endif - #include "BL_SALOMEServices.hxx" +#include #include #include +class QListWidget; +class QListWidgetItem; +class QPushButton; + namespace JM { class ResourceCatalog: public QWidget