diff options
Diffstat (limited to 'examples/sql/overview/table4/main.h')
-rw-r--r-- | examples/sql/overview/table4/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sql/overview/table4/main.h b/examples/sql/overview/table4/main.h index 184d69777..394d34738 100644 --- a/examples/sql/overview/table4/main.h +++ b/examples/sql/overview/table4/main.h @@ -21,7 +21,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; |