summaryrefslogtreecommitdiffstats
path: root/doc/html/popup-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/popup-example.html')
-rw-r--r--doc/html/popup-example.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/popup-example.html b/doc/html/popup-example.html
index acff96e2..ec60e3c0 100644
--- a/doc/html/popup-example.html
+++ b/doc/html/popup-example.html
@@ -59,7 +59,7 @@ pop up.
class FancyPopup : public <a href="ntqlabel.html">TQLabel</a>
{
- <a href="metaobjects.html#Q_OBJECT">Q_OBJECT</a>
+ <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a>
public:
FancyPopup( <a href="ntqwidget.html">TQWidget</a>* parent = 0, const char* name=0);
@@ -77,7 +77,7 @@ private:
class Frame : public <a href="ntqframe.html">TQFrame</a>
{
- Q_OBJECT
+ TQ_OBJECT
public:
Frame( <a href="ntqwidget.html">TQWidget</a> *parent=0, const char* name=0);