summaryrefslogtreecommitdiffstats
path: root/krfb/krfb/rfbcontroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'krfb/krfb/rfbcontroller.h')
-rw-r--r--krfb/krfb/rfbcontroller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/krfb/krfb/rfbcontroller.h b/krfb/krfb/rfbcontroller.h
index 2c9eb018..f762d2d1 100644
--- a/krfb/krfb/rfbcontroller.h
+++ b/krfb/krfb/rfbcontroller.h
@@ -123,7 +123,7 @@ public:
* @author Tim Jansen
*/
class RFBController : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
friend class SessionEstablishedEvent;
@@ -214,7 +214,7 @@ private slots:
* it will not work with QT)
*/
class XTestDisabler : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
XTestDisabler();