summaryrefslogtreecommitdiffstats
path: root/doc/html/sql-overview-custom1-main-h.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 20:01:48 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 20:01:48 -0500
commit7608f0043b6dfc0b1adcaa8912793e1d3fe7b636 (patch)
tree7ffddfefaf990c9a33ee6a0f317b9133dc58305c /doc/html/sql-overview-custom1-main-h.html
parentedec8306fb4f7dab5e6b0f368e889581f38ea3bc (diff)
downloadtqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.tar.gz
tqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.zip
Automated update from Qt3
Diffstat (limited to 'doc/html/sql-overview-custom1-main-h.html')
-rw-r--r--doc/html/sql-overview-custom1-main-h.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/sql-overview-custom1-main-h.html b/doc/html/sql-overview-custom1-main-h.html
index 0798283b..7815c5fd 100644
--- a/doc/html/sql-overview-custom1-main-h.html
+++ b/doc/html/sql-overview-custom1-main-h.html
@@ -57,7 +57,7 @@ body { background: #ffffff; color: black; }
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;