#include <QtGui/qimage.h> #ifndef QIMAGE_H class QImage: public QPaintDevice{ /* Some contents are skipped to improve readability */ #ifndef QT_NO_IMAGE_TEXT public: void setText(char const * key, char const * lang, class QString const &); #endif /* ... */ }; #endif // QIMAGE_H