#include <QtGui/qpainter.h> #ifndef QPAINTER_H class QPainter{ /* Some contents are skipped to improve readability */ public: void drawRoundRect(class QRectF const & r, int xround = 25, int yround = 25); /* ... */ }; #endif // QPAINTER_H