summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/sz_transfer.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/sz_transfer.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/sz_transfer.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/noncore/apps/opie-console/sz_transfer.h b/noncore/apps/opie-console/sz_transfer.h
index 825680d..d3e6621 100644
--- a/noncore/apps/opie-console/sz_transfer.h
+++ b/noncore/apps/opie-console/sz_transfer.h
@@ -23,13 +23,14 @@ public slots:
23 * send a file over the layer 23 * send a file over the layer
24 */ 24 */
25 void sendFile( const QString& file ) ; 25 void sendFile( const QString& file ) ;
26 void sendFile( const QFile& ); 26 void sendFile( const QFile& );
27 void sent();
27 28
28private slots: 29private slots:
29 void SzRecievedStdout(OProcess *, char *, int); 30 void SzReceivedStdout(OProcess *, char *, int);
30 void SzRecievedStderr(OProcess *, char *, int); 31 void SzReceivedStderr(OProcess *, char *, int);
31 void recievedStdin(QByteArray &); 32 void receivedStdin(const QByteArray &);
32 33
33private: 34private:
34 OProcess *proc; 35 OProcess *proc;
35 Type m_t; 36 Type m_t;