#include <QtGui/qstyle.h>
#ifndef QSTYLE_H
class QStyle: public QObject{
   /* Some contents are skipped to improve readability */
   public: virtual enum QStyle::SubControl hitTestComplexControl(enum QStyle::ComplexControl cc, struct QStyleOptionComplex const * opt, class QPoint const & pt, struct QWidget const * widget = 0) const = 0;
   /* ... */
};
#endif // QSTYLE_H