summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/dcctransferrecv.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opieirc/dcctransferrecv.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieirc/dcctransferrecv.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/noncore/net/opieirc/dcctransferrecv.h b/noncore/net/opieirc/dcctransferrecv.h
new file mode 100644
index 0000000..bfc55ef
--- a/dev/null
+++ b/noncore/net/opieirc/dcctransferrecv.h
@@ -0,0 +1,21 @@
+#ifndef DCCTRANSFERRECV_H
+#define DCCTRANSFERRECV_H
+
+#include "dcctransfer.h"
+
+
+class DCCTransferRecv: public DCCTransfer {
+ Q_OBJECT
+public:
+ DCCTransferRecv(Q_UINT32 ip4Addr, Q_UINT16 port, const QString &filename, unsigned int size);
+
+signals:
+ void finished(DCCTransfer *transfer, DCCTransfer::EndCode code);
+
+public slots:
+ void slotProcess();
+ void slotFinished();
+};
+
+#endif
+