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