#include <QtGui/qfontmetrics.h>
#ifndef QFONTMETRICS_H
class QFontMetrics{
   /* Some contents are skipped to improve readability */
   public: inline class QRect boundingRect(int x, int y, int w, int h, int flags, class QString const & text, int tabstops = 0, int* tabarray = 0) const
   /* ... */
};
#endif // QFONTMETRICS_H