-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 @@ -1,9 +1,8 @@ #ifndef OPIE_FILE_LAYER_H #define OPIE_FILE_LAYER_H #include "io_layer.h" -#include <opie/oprocess.h> class QFile; /** * this is the layer for sending files @@ -25,13 +24,8 @@ public slots: */ virtual void sendFile( const QString& file ) = 0; virtual void sendFile( const QFile& ) = 0; -private slots: - void SzRecievedStdout(OProcess *, char *, int); - void SzRecievedStderr(OProcess *, char *, int); - void recievedStdin(QByteArray &); - signals: /** * sent the file */ @@ -53,9 +47,8 @@ protected: IOLayer* layer(); private: IOLayer* m_layer; - OProcess *proc; }; #endif |