author | hash <hash> | 2002-10-07 07:39:11 (UTC) |
---|---|---|
committer | hash <hash> | 2002-10-07 07:39:11 (UTC) |
commit | 4202539e8a50bad62e6ee0cbf3965e00e9ff156a (patch) (unidiff) | |
tree | 689dbc6533626eac9a7eef118e32f29bcf040349 | |
parent | 2ff05a9340c34116723abba578b383e1bf958552 (diff) | |
download | opie-4202539e8a50bad62e6ee0cbf3965e00e9ff156a.zip opie-4202539e8a50bad62e6ee0cbf3965e00e9ff156a.tar.gz opie-4202539e8a50bad62e6ee0cbf3965e00e9ff156a.tar.bz2 |
returned to formal state
-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 | |||
@@ -3,5 +3,4 @@ | |||
3 | 3 | ||
4 | #include "io_layer.h" | 4 | #include "io_layer.h" |
5 | #include <opie/oprocess.h> | ||
6 | 5 | ||
7 | class QFile; | 6 | class QFile; |
@@ -27,9 +26,4 @@ public slots: | |||
27 | virtual void sendFile( const QFile& ) = 0; | 26 | virtual void sendFile( const QFile& ) = 0; |
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: |
35 | /** | 29 | /** |
@@ -55,5 +49,4 @@ protected: | |||
55 | private: | 49 | private: |
56 | IOLayer* m_layer; | 50 | IOLayer* m_layer; |
57 | OProcess *proc; | ||
58 | 51 | ||
59 | }; | 52 | }; |