Remove spurious TQ_OBJECT instances

pull/1/head
Timothy Pearson 12 years ago
parent c26f881a6e
commit a4543e4911

@ -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 {
Q_OBJECT
TQ_OBJECT
protected:
TQTimer *timer;
TimeNotify *_client;

Loading…
Cancel
Save