#include <QtGui/qstyle.h>
#ifndef QSTYLE_H
class QStyle: public QObject{
   /* Some contents are skipped to improve readability */
   public: static class QRect alignedRect(enum Qt::LayoutDirection direction, Qt::Alignment alignment, class QSize const & size, class QRect const & rectangle);
   /* ... */
};
#endif // QSTYLE_H