summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profileconfig.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/profileconfig.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/profileconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/profileconfig.h b/noncore/apps/opie-console/profileconfig.h
index e2e149c..f371ead 100644
--- a/noncore/apps/opie-console/profileconfig.h
+++ b/noncore/apps/opie-console/profileconfig.h
@@ -7,11 +7,15 @@
7 7
8class ProfileConfig : public Config { 8class ProfileConfig : public Config {
9public: 9public:
10 ProfileConfig( const QString& prof ); 10 ProfileConfig( const QString& prof );
11 ~ProfileConfig(); 11 ~ProfileConfig();
12 QStringList groups()const; 12 QStringList groups()const;
13 /**
14 * return the items in the group
15 */
16 QMap<QString, QString> items(const QString& group)const;
13 void clearGroup( const QString& ); 17 void clearGroup( const QString& );
14 void clearAll(); 18 void clearAll();
15 19
16}; 20};
17#endif 21#endif