#include <QtGui/qpalette.h>
#ifndef QPALETTE_H
class QPalette{
public: enum ColorRole{
WindowText = 0,
Button = 1,
Light = 2,
Midlight = 3,
Dark = 4,
Mid = 5,
Text = 6,
BrightText = 7,
ButtonText = 8,
Base = 9,
Window = 10,
Shadow = 11,
Highlight = 12,
HighlightedText = 13,
Link = 14,
LinkVisited = 15,
AlternateBase = 16,
NoRole = 17,
NColorRoles = 17,
Foreground = 0,
Background = 10,
};
};
#endif // QPALETTE_H