#include <QtCore/qsettings.h>
#ifndef QSETTINGS_H
#ifndef QT_NO_SETTINGS
class QSettings: public QObject{
#ifndef QT_NO_QOBJECT
public: explicit QSettings(class QString const & organization, class QString const & application = QString::QString(), class QObject* parent = 0);
#else
#endif
};
#endif // QT_NO_SETTINGS
#endif // QSETTINGS_H