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) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/MyPty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/MyPty.h b/noncore/apps/opie-console/MyPty.h
index 9231a8a..3166fa0 100644
--- a/noncore/apps/opie-console/MyPty.h
+++ b/noncore/apps/opie-console/MyPty.h
@@ -28,6 +28,7 @@
#include "io_layer.h"
class Profile;
+class QSocketNotifier;
class MyPty : public IOLayer
{
Q_OBJECT
@@ -90,6 +91,7 @@ private:
char m_ttynam[16]; // "/dev/ttyxx" | "/dev/pts/########..."
int m_fd;
int m_cpid;
+ QSocketNotifier* m_sn_e;
};
#endif