|
|
@ -40,7 +40,7 @@ namespace Arts {
|
|
|
|
|
|
|
|
|
|
|
|
class QIOWatch : public TQObject {
|
|
|
|
class QIOWatch : public TQObject {
|
|
|
|
Q_OBJECT
|
|
|
|
Q_OBJECT
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
protected:
|
|
|
|
protected:
|
|
|
|
TQSocketNotifier *qsocketnotify;
|
|
|
|
TQSocketNotifier *qsocketnotify;
|
|
|
|
int _fd;
|
|
|
|
int _fd;
|
|
|
@ -62,7 +62,7 @@ public slots:
|
|
|
|
|
|
|
|
|
|
|
|
class QTimeWatch : public TQObject {
|
|
|
|
class QTimeWatch : public TQObject {
|
|
|
|
Q_OBJECT
|
|
|
|
Q_OBJECT
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
protected:
|
|
|
|
protected:
|
|
|
|
TQTimer *timer;
|
|
|
|
TQTimer *timer;
|
|
|
|
TimeNotify *_client;
|
|
|
|
TimeNotify *_client;
|
|
|
|