summaryrefslogtreecommitdiff
path: root/noncore/apps
Unidiff
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
@@ -2,7 +2,6 @@
2#define OPIE_FILE_LAYER_H 2#define OPIE_FILE_LAYER_H
3 3
4#include "io_layer.h" 4#include "io_layer.h"
5#include <opie/oprocess.h>
6 5
7class QFile; 6class QFile;
8/** 7/**
@@ -26,11 +25,6 @@ public slots:
26 virtual void sendFile( const QString& file ) = 0; 25 virtual void sendFile( const QString& file ) = 0;
27 virtual void sendFile( const QFile& ) = 0; 26 virtual void sendFile( const QFile& ) = 0;
28 27
29private slots:
30 void SzRecievedStdout(OProcess *, char *, int);
31 void SzRecievedStderr(OProcess *, char *, int);
32 void recievedStdin(QByteArray &);
33
34signals: 28signals:
35 /** 29 /**
36 * sent the file 30 * sent the file
@@ -54,7 +48,6 @@ protected:
54 48
55private: 49private:
56 IOLayer* m_layer; 50 IOLayer* m_layer;
57 OProcess *proc;
58 51
59}; 52};
60 53