summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profile.h
authorzecke <zecke>2002-09-28 19:07:36 (UTC)
committer zecke <zecke>2002-09-28 19:07:36 (UTC)
commita52cf21d13cc26844adbce20b24287563a559d14 (patch) (side-by-side diff)
tree9b52103d853ec04661e1b813b202d471d0de8ad7 /noncore/apps/opie-console/profile.h
parentbc88219d0a9cf935d90c88fe75e238e86c675937 (diff)
downloadopie-a52cf21d13cc26844adbce20b24287563a559d14.zip
opie-a52cf21d13cc26844adbce20b24287563a559d14.tar.gz
opie-a52cf21d13cc26844adbce20b24287563a559d14.tar.bz2
some more implementation of the Config stuff
Diffstat (limited to 'noncore/apps/opie-console/profile.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/profile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/profile.h b/noncore/apps/opie-console/profile.h
index 8adc0bd..eff2be1 100644
--- a/noncore/apps/opie-console/profile.h
+++ b/noncore/apps/opie-console/profile.h
@@ -19,24 +19,25 @@ public:
White,
Gray };
enum Terminal {VT102 = 0 };
enum Font { Micro = 0, Small, Medium };
Profile();
Profile( const QString& name,
const QString& iolayerName,
int background,
int foreground,
int terminal);
Profile( const Profile& );
Profile &operator=( const Profile& );
+ bool operator==( const Profile& prof );
~Profile();
QString name()const;
QString ioLayerName()const;
int foreground()const;
int background()const;
int terminal()const;
/*
* config stuff
*/
QMap<QString, QString> conf();