summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profile.h
authorzecke <zecke>2002-09-28 20:07:52 (UTC)
committer zecke <zecke>2002-09-28 20:07:52 (UTC)
commitb6df65ad2ffb50f029b96ebf9d0d78dfa23f3f19 (patch) (side-by-side diff)
treea9cac491c119fb644ac75750cd715fce16c4c778 /noncore/apps/opie-console/profile.h
parentcb33923e1db6df3ead352f21c94b80a5785d70ca (diff)
downloadopie-b6df65ad2ffb50f029b96ebf9d0d78dfa23f3f19.zip
opie-b6df65ad2ffb50f029b96ebf9d0d78dfa23f3f19.tar.gz
opie-b6df65ad2ffb50f029b96ebf9d0d78dfa23f3f19.tar.bz2
Profiles, loading and saving completed
Diffstat (limited to 'noncore/apps/opie-console/profile.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/profile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/profile.h b/noncore/apps/opie-console/profile.h
index eff2be1..9956bdb 100644
--- a/noncore/apps/opie-console/profile.h
+++ b/noncore/apps/opie-console/profile.h
@@ -40,7 +40,7 @@ public:
/*
* config stuff
*/
- QMap<QString, QString> conf();
+ QMap<QString, QString> conf()const;
void clearConf();
void writeEntry( const QString& key, const QString& value );
void writeEntry( const QString& key, int num );
@@ -55,6 +55,7 @@ public:
void setBackground( int back );
void setForeground( int fore );
void setTerminal( int term );
+ void setConf( const QMap<QString, QString>& );
private:
QMap<QString, QString> m_conf;
QString m_name;