summaryrefslogtreecommitdiffstats
path: root/ksirc/KSTicker/ksttest.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/KSTicker/ksttest.h')
-rw-r--r--ksirc/KSTicker/ksttest.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/ksirc/KSTicker/ksttest.h b/ksirc/KSTicker/ksttest.h
new file mode 100644
index 00000000..9d166b66
--- /dev/null
+++ b/ksirc/KSTicker/ksttest.h
@@ -0,0 +1,24 @@
+#ifndef _KST_STD_IN_
+#define _KST_STD_IN_
+
+
+#include "ksticker.h"
+
+class StdInTicker : public KSTicker
+{
+ Q_OBJECT
+public:
+ StdInTicker();
+ ~StdInTicker();
+
+protected:
+ void closeEvent ( QCloseEvent * );
+
+public slots:
+ void readsocket(int socket);
+ void end();
+
+};
+
+#endif
+