From a4543e4911709faea42c3e4b51392a789d94e6f6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:02:09 -0600 Subject: [PATCH] Remove spurious TQ_OBJECT instances --- qtmcop/qiomanager_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qtmcop/qiomanager_p.h b/qtmcop/qiomanager_p.h index 5c5e8e5..f2b581d 100644 --- a/qtmcop/qiomanager_p.h +++ b/qtmcop/qiomanager_p.h @@ -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;