#include <QtGui/qfontmetrics.h>
#ifndef QFONTMETRICS_H
class QFontMetrics{
   /* Some contents are skipped to improve readability */
   public: class QRect boundingRect(class QString const & text) const
   /* ... */
};
#endif // QFONTMETRICS_H