#include <QtGui/qmime.h> #ifndef QMIME_H class QMimeSource{ /* Some contents are skipped to improve readability */ public: virtual char const * format(int n = 0) const = 0; /* ... */ }; #endif // QMIME_H