summaryrefslogtreecommitdiffstats
path: root/tutorial/t4/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/t4/main.cpp')
-rw-r--r--tutorial/t4/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/t4/main.cpp b/tutorial/t4/main.cpp
index e72550b9..fb89b924 100644
--- a/tutorial/t4/main.cpp
+++ b/tutorial/t4/main.cpp
@@ -26,7 +26,7 @@ MyWidget::MyWidget( TQWidget *parent, const char *name )
quit->setGeometry( 62, 40, 75, 30 );
quit->setFont( TQFont( "Times", 18, TQFont::Bold ) );
- connect( quit, SIGNAL(clicked()), tqApp, SLOT(quit()) );
+ connect( quit, TQ_SIGNAL(clicked()), tqApp, TQ_SLOT(quit()) );
}