summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profile.h
authorjosef <josef>2002-10-14 16:48:18 (UTC)
committer josef <josef>2002-10-14 16:48:18 (UTC)
commit8168216f961dc60db1acdea8671eeaa93e3ed560 (patch) (side-by-side diff)
treecd9fe6e2e905069dbf140cd51e9fc910ec3eba3f /noncore/apps/opie-console/profile.h
parentf48ddfb53e49550f9fe8e9502f2a44aeb8b359cc (diff)
downloadopie-8168216f961dc60db1acdea8671eeaa93e3ed560.zip
opie-8168216f961dc60db1acdea8671eeaa93e3ed560.tar.gz
opie-8168216f961dc60db1acdea8671eeaa93e3ed560.tar.bz2
- use OTabDialog::TextStyle (might be done for terminal sessions, too?)
- show only vt100 and vt102 entries - save profiles upon closing profiles manager dialog
Diffstat (limited to 'noncore/apps/opie-console/profile.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/profile.h b/noncore/apps/opie-console/profile.h
index 78fe6ab..1b71cda 100644
--- a/noncore/apps/opie-console/profile.h
+++ b/noncore/apps/opie-console/profile.h
@@ -18,7 +18,7 @@ public:
enum Color { Black = 0,
White,
Gray };
- enum Terminal {VT102 = 0 };
+ enum Terminal {VT102 = 0, VT100 };
enum Font { Micro = 0, Small, Medium };
Profile();
Profile( const QString& name,