diff options
Diffstat (limited to 'examples/sql/overview/table3/main.h')
-rw-r--r-- | examples/sql/overview/table3/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sql/overview/table3/main.h b/examples/sql/overview/table3/main.h index 8720dbb6f..4b10d7e17 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; |