summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profilemanager.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/profilemanager.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/profilemanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/profilemanager.h b/noncore/apps/opie-console/profilemanager.h
index d4d0fd0..1387247 100644
--- a/noncore/apps/opie-console/profilemanager.h
+++ b/noncore/apps/opie-console/profilemanager.h
@@ -23,3 +23,5 @@ public:
void remove( const Profile& prof );
+ Profile profile(const QString& name )const;
Session* fromProfile( const Profile& );
+ void setProfiles( const Profile::ValueList& );
void save();