summaryrefslogtreecommitdiffstats
path: root/ksirc/KSTicker/ksttest.h
blob: dfc9664fbcd03a962841ffe782e504875e2b9dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef _KST_STD_IN_
#define _KST_STD_IN_


#include "ksticker.h"

class StdInTicker : public KSTicker
{
  Q_OBJECT
  
public:
  StdInTicker();
  ~StdInTicker();

protected:
  void closeEvent ( TQCloseEvent * );

public slots:
    void readsocket(int socket);
    void end();
  
};

#endif