summaryrefslogtreecommitdiffstats
path: root/examples/sql/overview/table3/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/overview/table3/main.h')
-rw-r--r--examples/sql/overview/table3/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sql/overview/table3/main.h b/examples/sql/overview/table3/main.h
index 8720dbb6..4b10d7e1 100644
--- a/examples/sql/overview/table3/main.h
+++ b/examples/sql/overview/table3/main.h
@@ -19,7 +19,7 @@
class StatusPicker : public TQComboBox
{
TQ_OBJECT
- Q_PROPERTY( int statusid READ statusId WRITE setStatusId )
+ TQ_PROPERTY( int statusid READ statusId WRITE setStatusId )
public:
StatusPicker( TQWidget *parent=0, const char *name=0 );
int statusId() const;