summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/sz_transfer.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/sz_transfer.h') (more/less context) (show 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
@@ -24,11 +24,12 @@ public slots:
*/
void sendFile( const QString& file ) ;
void sendFile( const QFile& );
+ void sent();
private slots:
- void SzRecievedStdout(OProcess *, char *, int);
- void SzRecievedStderr(OProcess *, char *, int);
- void recievedStdin(QByteArray &);
+ void SzReceivedStdout(OProcess *, char *, int);
+ void SzReceivedStderr(OProcess *, char *, int);
+ void receivedStdin(const QByteArray &);
private:
OProcess *proc;