summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/test/senderui.h
authorhash <hash>2002-10-09 19:37:41 (UTC)
committer hash <hash>2002-10-09 19:37:41 (UTC)
commit0f5a65dda7268881906743487672543ba8d3519f (patch) (side-by-side diff)
tree47ee29dde931539505a9dfc990d344ce8309ea5f /noncore/apps/opie-console/test/senderui.h
parent3689213cd06e8655b3f338ad170ad4e0fa040b80 (diff)
downloadopie-0f5a65dda7268881906743487672543ba8d3519f.zip
opie-0f5a65dda7268881906743487672543ba8d3519f.tar.gz
opie-0f5a65dda7268881906743487672543ba8d3519f.tar.bz2
added a file transfer button
Diffstat (limited to 'noncore/apps/opie-console/test/senderui.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/test/senderui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/test/senderui.h b/noncore/apps/opie-console/test/senderui.h
index bc69f5d..f6230cc 100644
--- a/noncore/apps/opie-console/test/senderui.h
+++ b/noncore/apps/opie-console/test/senderui.h
@@ -6,6 +6,7 @@
#include "sender.h"
class IOSerial;
+class SzTransfer;
class SenderUI : public Sender {
Q_OBJECT
public:
@@ -13,10 +14,13 @@ public:
~SenderUI();
public slots:
+ void slotSendFile();
void slotSend();
void got(const QByteArray& );
+ void fileTransComplete();
private:
IOSerial* ser;
+ SzTransfer* sz;
};