summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/session.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/session.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/session.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/session.h b/noncore/apps/opie-console/session.h
index 83b2046..f60a6c0 100644
--- a/noncore/apps/opie-console/session.h
+++ b/noncore/apps/opie-console/session.h
@@ -5,2 +5,4 @@
+#include "profile.h"
+
class IOLayer;
@@ -44,2 +46,3 @@ public:
EmulationHandler* emulationHandler();
+ Profile profile()const;
@@ -61,2 +64,3 @@ public:
void setName( const QString& );
+ void setProfile( const Profile& );
@@ -67,3 +71,4 @@ private:
EmulationHandler* m_emu;
- bool m_connected;
+ bool m_connected : 1;
+ Profile m_prof;