diff options
Diffstat (limited to 'doc/html/qsound-h.html')
-rw-r--r-- | doc/html/qsound-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qsound-h.html b/doc/html/qsound-h.html index e4181f50d..b9e7c0daf 100644 --- a/doc/html/qsound-h.html +++ b/doc/html/qsound-h.html @@ -85,7 +85,7 @@ body { background: #ffffff; color: black; } class TQSoundData; class Q_EXPORT TQSound : public TQObject { - Q_OBJECT + TQ_OBJECT public: static bool isAvailable(); static void play(const TQString& filename); @@ -138,7 +138,7 @@ public: }; class TQAuServer : public TQObject { - Q_OBJECT + TQ_OBJECT public: TQAuServer(TQObject* parent, const char* name); |