#include <QtGui/qwindowsstyle.h>
#ifndef QWINDOWSSTYLE_H
#if !defined(QT_NO_STYLE_WINDOWS)
class QWindowsStyle: public QCommonStyle{
   /* Some contents are skipped to improve readability */
   public: virtual void drawPrimitive(enum QStyle::PrimitiveElement pe, struct QStyleOption const * opt, struct QPainter* p, struct QWidget const * w = 0) const
   /* ... */
};
#endif // QT_NO_STYLE_WINDOWS
#endif // QWINDOWSSTYLE_H