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.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
@@ -10,6 +10,10 @@ public:
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