#include <QtCore/qsettings.h>
#ifndef QSETTINGS_H
#ifndef QT_NO_SETTINGS
class QSettings: public QObject{
public: static void setPath(enum QSettings::Format format, enum QSettings::Scope scope, class QString const & path);
};
#endif // QT_NO_SETTINGS
#endif // QSETTINGS_H