File indexing completed on 2024-12-22 04:18:18
0001 #ifndef GETICON_H 0002 #define GETICON_H 0003 0004 #include <QIcon> 0005 0006 #include "kstwidgets_export.h" 0007 0008 KSTWIDGETS_EXPORT QIcon KstGetIcon(QString icon_name); 0009 0010 #endif // GETICON_H 0011