#include <QtGui/qplastiquestyle.h>
#ifndef QPLASTIQUESTYLE_H
#if !defined(QT_NO_STYLE_PLASTIQUE)
class QPlastiqueStyle: public QWindowsStyle{
public: virtual class QRect subElementRect(enum QStyle::SubElement element, struct QStyleOption const * option, struct QWidget const * widget) const
};
#endif // QT_NO_STYLE_PLASTIQUE
#endif // QPLASTIQUESTYLE_H