summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profileconfig.h
blob: e2e149c4b480c3ce7dbe76cc2fbeeb768d05df2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#ifndef OPIE_PROFILE_CONFIG_H
#define OPIE_PROFILE_CONFIG_H

#include <qpe/config.h>
#include <qstringlist.h>

class ProfileConfig : public Config {
public:
    ProfileConfig( const QString& prof );
    ~ProfileConfig();
    QStringList groups()const;
    void clearGroup( const QString& );
    void clearAll();

};
#endif