summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/test/senderui.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/test/senderui.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/test/senderui.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/test/senderui.h b/noncore/apps/opie-console/test/senderui.h
new file mode 100644
index 0000000..bc69f5d
--- a/dev/null
+++ b/noncore/apps/opie-console/test/senderui.h
@@ -0,0 +1,23 @@
+#ifndef SENDER_UI_H
+#define SENDER_UI_H
+
+#include <qcstring.h>
+
+#include "sender.h"
+
+class IOSerial;
+class SenderUI : public Sender {
+ Q_OBJECT
+public:
+ SenderUI();
+ ~SenderUI();
+
+public slots:
+ void slotSend();
+ void got(const QByteArray& );
+private:
+ IOSerial* ser;
+};
+
+
+#endif