#ifndef STYLE_H #define STYLE_H #include class Style : public QCommonStyle { Q_OBJECT public: Style(); ~Style(); }; #endif // STYLE_H