summaryrefslogtreecommitdiffstats
path: root/examples/sql/overview/form2/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/overview/form2/main.cpp')
-rw-r--r--examples/sql/overview/form2/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sql/overview/form2/main.cpp b/examples/sql/overview/form2/main.cpp
index 2d5420bd..115a2742 100644
--- a/examples/sql/overview/form2/main.cpp
+++ b/examples/sql/overview/form2/main.cpp
@@ -22,7 +22,7 @@ FormDialog::FormDialog()
TQLabel *salaryLabel = new TQLabel( "Salary:", this );
TQLineEdit *salaryEdit = new TQLineEdit( this );
TQPushButton *saveButton = new TQPushButton( "&Save", this );
- connect( saveButton, SIGNAL(clicked()), this, SLOT(save()) );
+ connect( saveButton, TQ_SIGNAL(clicked()), this, TQ_SLOT(save()) );
TQGridLayout *grid = new TQGridLayout( this );
grid->addWidget( forenameLabel, 0, 0 );