diff options
Diffstat (limited to 'doc/html/qwindowsystem_qws-h.html')
-rw-r--r-- | doc/html/qwindowsystem_qws-h.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qwindowsystem_qws-h.html b/doc/html/qwindowsystem_qws-h.html index 4827b7068..3476c9846 100644 --- a/doc/html/qwindowsystem_qws-h.html +++ b/doc/html/qwindowsystem_qws-h.html @@ -183,7 +183,7 @@ class TQWSSoundServer; class TQWSSoundServerData; class TQWSSoundServer : public TQObject { - Q_OBJECT + TQ_OBJECT public: TQWSSoundServer(TQObject* parent); ~TQWSSoundServer(); @@ -222,7 +222,7 @@ class TQWSServer : public TQObject friend class TQWSWindow; friend class TQWSDisplay; friend class TQWSInputMethod; - Q_OBJECT + TQ_OBJECT public: TQWSServer( int flags = 0, TQObject *parent=0, const char *name=0 ); @@ -568,7 +568,7 @@ typedef TQMap<int, TQWSCursor*> TQWSCursorMap; class TQWSClient : public TQObject { - Q_OBJECT + TQ_OBJECT public: TQWSClient( TQObject* parent, int socket, int id ); ~TQWSClient(); |