summaryrefslogtreecommitdiffstats
path: root/examples/sql/overview
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/overview')
-rw-r--r--examples/sql/overview/custom1/main.h2
-rw-r--r--examples/sql/overview/table3/main.h2
-rw-r--r--examples/sql/overview/table4/main.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/sql/overview/custom1/main.h b/examples/sql/overview/custom1/main.h
index 7ee9d5dd..6ba30e28 100644
--- a/examples/sql/overview/custom1/main.h
+++ b/examples/sql/overview/custom1/main.h
@@ -22,7 +22,7 @@
class CustomEdit : public TQLineEdit
{
TQ_OBJECT
- Q_PROPERTY( TQString upperLine READ upperLine WRITE setUpperLine )
+ TQ_PROPERTY( TQString upperLine READ upperLine WRITE setUpperLine )
public:
CustomEdit( TQWidget *parent=0, const char *name=0 );
TQString upperLine() const;
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;
diff --git a/examples/sql/overview/table4/main.h b/examples/sql/overview/table4/main.h
index 184d6977..394d3473 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;