From 4202539e8a50bad62e6ee0cbf3965e00e9ff156a Mon Sep 17 00:00:00 2001 From: hash Date: Mon, 07 Oct 2002 07:39:11 +0000 Subject: returned to formal state --- (limited to 'noncore/apps/opie-console') 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 @@ -2,7 +2,6 @@ #define OPIE_FILE_LAYER_H #include "io_layer.h" -#include class QFile; /** @@ -26,11 +25,6 @@ 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 @@ -54,7 +48,6 @@ protected: private: IOLayer* m_layer; - OProcess *proc; }; -- cgit v0.9.0.2