summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/test/senderui.h
Unidiff
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/test/senderui.h b/noncore/apps/opie-console/test/senderui.h
index 5e613cd..c130dcf 100644
--- a/noncore/apps/opie-console/test/senderui.h
+++ b/noncore/apps/opie-console/test/senderui.h
@@ -10,24 +10,25 @@ class FileTransfer;
10class QSocketNotifier; 10class QSocketNotifier;
11class OProcess; 11class OProcess;
12class SenderUI : public Sender { 12class SenderUI : public Sender {
13 Q_OBJECT 13 Q_OBJECT
14public: 14public:
15 SenderUI(); 15 SenderUI();
16 ~SenderUI(); 16 ~SenderUI();
17 17
18public slots: 18public slots:
19 void send(); 19 void send();
20 void slotSendFile(); 20 void slotSendFile();
21 void slotSend(); 21 void slotSend();
22 void slotRev();
22 void got(const QByteArray& ); 23 void got(const QByteArray& );
23 void fileTransComplete(); 24 void fileTransComplete();
24private: 25private:
25 IOSerial* ser; 26 IOSerial* ser;
26 FileTransfer* sz; 27 FileTransfer* sz;
27 int m_fd; 28 int m_fd;
28 QSocketNotifier* m_sock; 29 QSocketNotifier* m_sock;
29 OProcess* m_proc; 30 OProcess* m_proc;
30}; 31};
31 32
32 33
33#endif 34#endif