summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profileconfig.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/profileconfig.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/profileconfig.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/profileconfig.h b/noncore/apps/opie-console/profileconfig.h
new file mode 100644
index 0000000..e2e149c
--- a/dev/null
+++ b/noncore/apps/opie-console/profileconfig.h
@@ -0,0 +1,17 @@
1
2#ifndef OPIE_PROFILE_CONFIG_H
3#define OPIE_PROFILE_CONFIG_H
4
5#include <qpe/config.h>
6#include <qstringlist.h>
7
8class ProfileConfig : public Config {
9public:
10 ProfileConfig( const QString& prof );
11 ~ProfileConfig();
12 QStringList groups()const;
13 void clearGroup( const QString& );
14 void clearAll();
15
16};
17#endif