summaryrefslogtreecommitdiff
path: root/noncore/apps
Side-by-side diff
Diffstat (limited to 'noncore/apps') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/file_layer.h7
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 @@
#include "io_layer.h"
-#include <opie/oprocess.h>
class QFile;
@@ -27,9 +26,4 @@ public slots:
virtual void sendFile( const QFile& ) = 0;
-private slots:
- void SzRecievedStdout(OProcess *, char *, int);
- void SzRecievedStderr(OProcess *, char *, int);
- void recievedStdin(QByteArray &);
-
signals:
/**
@@ -55,5 +49,4 @@ protected:
private:
IOLayer* m_layer;
- OProcess *proc;
};