summaryrefslogtreecommitdiffstats
path: root/doc/html/sql-overview-custom1-main-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/sql-overview-custom1-main-h.html')
-rw-r--r--doc/html/sql-overview-custom1-main-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/sql-overview-custom1-main-h.html b/doc/html/sql-overview-custom1-main-h.html
index 555616147..0798283b3 100644
--- a/doc/html/sql-overview-custom1-main-h.html
+++ b/doc/html/sql-overview-custom1-main-h.html
@@ -56,7 +56,7 @@ body { background: #ffffff; color: black; }
class CustomEdit : public <a href="ntqlineedit.html">TQLineEdit</a>
{
- Q_OBJECT
+ TQ_OBJECT
Q_PROPERTY( TQString upperLine READ upperLine WRITE setUpperLine )
public:
CustomEdit( <a href="ntqwidget.html">TQWidget</a> *parent=0, const char *name=0 );
@@ -71,7 +71,7 @@ class CustomEdit : public <a href="ntqlineedit.html">TQLineEdit</a>
class FormDialog : public <a href="ntqdialog.html">TQDialog</a>
{
- Q_OBJECT
+ TQ_OBJECT
public:
FormDialog();
~FormDialog();