#include <QtCore/qsettings.h>
#ifndef QSETTINGS_H
#ifndef QT_NO_SETTINGS
class QSettings: public QObject{
   /* Some contents are skipped to improve readability */
#ifndef QT_NO_QOBJECT
   public: static inline class QString tr(char const * s, char const * c, int n);
#else
#endif
   /* ... */
};
#endif // QT_NO_SETTINGS
#endif // QSETTINGS_H