diff options
Diffstat (limited to 'doc/html/sql.html')
-rw-r--r-- | doc/html/sql.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/sql.html b/doc/html/sql.html index 4389fe12b..fca61765d 100644 --- a/doc/html/sql.html +++ b/doc/html/sql.html @@ -1217,7 +1217,7 @@ we will only cover the differences here. The full source is in <a href="sql-over <pre> class CustomEdit : public <a href="ntqlineedit.html">TQLineEdit</a> { TQ_OBJECT - Q_PROPERTY( TQString upperLine READ upperLine WRITE setUpperLine ) + TQ_PROPERTY( TQString upperLine READ upperLine WRITE setUpperLine ) public: CustomEdit( <a href="ntqwidget.html">TQWidget</a> *parent=0, const char *name=0 ); <a href="ntqstring.html">TQString</a> upperLine() const; @@ -1298,7 +1298,7 @@ can use a custom editor. <pre> class StatusPicker : public <a href="ntqcombobox.html">TQComboBox</a> { TQ_OBJECT - Q_PROPERTY( int statusid READ statusId WRITE setStatusId ) + TQ_PROPERTY( int statusid READ statusId WRITE setStatusId ) public: StatusPicker( <a href="ntqwidget.html">TQWidget</a> *parent=0, const char *name=0 ); int statusId() const; |