#include <QtGui/qapplication.h>
#ifndef QAPPLICATION_H
class QApplication: public QCoreApplication{
   /* Some contents are skipped to improve readability */
   public: static void setPalette(struct QPalette const &, char const * className = 0);
   /* ... */
};
#endif // QAPPLICATION_H