summaryrefslogtreecommitdiffstats
path: root/examples/sql/overview/table4/main.h
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-10-21 18:55:44 -0500
committerDarrell Anderson <[email protected]>2012-10-21 18:55:44 -0500
commit6b6c9a354dbda88664fb1aebda9bb1df77a4aa2d (patch)
treef13bbebb928d6448ff186bc596fa58fa6b8892d9 /examples/sql/overview/table4/main.h
parent56cd55070ee6c5267fde1aae4d5251e400dea64d (diff)
parent7608f0043b6dfc0b1adcaa8912793e1d3fe7b636 (diff)
downloadtqt3-6b6c9a354dbda88664fb1aebda9bb1df77a4aa2d.tar.gz
tqt3-6b6c9a354dbda88664fb1aebda9bb1df77a4aa2d.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
Diffstat (limited to 'examples/sql/overview/table4/main.h')
-rw-r--r--examples/sql/overview/table4/main.h2
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;