summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/MyPty.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/MyPty.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/MyPty.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/MyPty.h b/noncore/apps/opie-console/MyPty.h
index 7561ca3..b292ce4 100644
--- a/noncore/apps/opie-console/MyPty.h
+++ b/noncore/apps/opie-console/MyPty.h
@@ -25,2 +25,3 @@
#include <qobject.h>
+#include <qlist.h>
#include <qstrlist.h>
@@ -29,2 +30,4 @@
+typedef QMap<QString, QString> EnvironmentMap;
+
class Profile;
@@ -97,2 +100,5 @@ private:
char* m_term;
+
+ QString m_cmd;
+ EnvironmentMap m_env;
};