Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8412f6e6d1)
r14.1.x
Michele Calgaro 10 months ago
parent 4fd855414f
commit c9994d78d2
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -39,7 +39,7 @@
namespace Arts {
class QIOWatch : public TQObject {
Q_OBJECT
TQ_OBJECT
protected:
TQSocketNotifier *qsocketnotify;
@ -61,7 +61,7 @@ public slots:
};
class QTimeWatch : public TQObject {
Q_OBJECT
TQ_OBJECT
protected:
TQTimer *timer;

Loading…
Cancel
Save