-rw-r--r-- | noncore/apps/opie-console/file_layer.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/noncore/apps/opie-console/file_layer.h b/noncore/apps/opie-console/file_layer.h index cfa149e..0bd0fd1 100644 --- a/noncore/apps/opie-console/file_layer.h +++ b/noncore/apps/opie-console/file_layer.h | |||
@@ -4,3 +4,2 @@ | |||
4 | #include "io_layer.h" | 4 | #include "io_layer.h" |
5 | #include <opie/oprocess.h> | ||
6 | 5 | ||
@@ -28,7 +27,2 @@ public slots: | |||
28 | 27 | ||
29 | private slots: | ||
30 | void SzRecievedStdout(OProcess *, char *, int); | ||
31 | void SzRecievedStderr(OProcess *, char *, int); | ||
32 | void recievedStdin(QByteArray &); | ||
33 | |||
34 | signals: | 28 | signals: |
@@ -56,3 +50,2 @@ private: | |||
56 | IOLayer* m_layer; | 50 | IOLayer* m_layer; |
57 | OProcess *proc; | ||
58 | 51 | ||