#include <QtGui/qsystemtrayicon.h>
#ifndef QSYSTEMTRAYICON_H
#ifndef QT_NO_SYSTEMTRAYICON
class QSystemTrayIcon: public QObject{
public: enum MessageIcon{
NoIcon = 0,
Information = 1,
Warning = 2,
Critical = 3,
};
};
#endif // QT_NO_SYSTEMTRAYICON
#endif // QSYSTEMTRAYICON_H