summaryrefslogtreecommitdiffstats
path: root/doc/html/qobject-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qobject-h.html')
-rw-r--r--doc/html/qobject-h.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qobject-h.html b/doc/html/qobject-h.html
index 19ae51d9e..ebb765dfa 100644
--- a/doc/html/qobject-h.html
+++ b/doc/html/qobject-h.html
@@ -102,7 +102,7 @@ struct TQUObject;
class Q_EXPORT TQObject: public TQt
{
TQ_OBJECT
- Q_PROPERTY( TQCString name READ name WRITE setName )
+ TQ_PROPERTY( TQCString name READ name WRITE setName )
public:
TQObject( TQObject *parent=0, const char *name=0 );