summaryrefslogtreecommitdiffstats
path: root/PerlTQt/tutorials/t3/t3.pl
diff options
context:
space:
mode:
Diffstat (limited to 'PerlTQt/tutorials/t3/t3.pl')
-rw-r--r--PerlTQt/tutorials/t3/t3.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/PerlTQt/tutorials/t3/t3.pl b/PerlTQt/tutorials/t3/t3.pl
index 24fcdf0..bef3c37 100644
--- a/PerlTQt/tutorials/t3/t3.pl
+++ b/PerlTQt/tutorials/t3/t3.pl
@@ -11,7 +11,7 @@ $box->resize(200, 120);
my $quit = TQt::PushButton("Quit", $box);
$quit->setFont(TQt::Font("Times", 18, &TQt::Font::Bold));
-$a->connect($quit, TQT_SIGNAL('clicked()'), TQT_SLOT('quit()'));
+$a->connect($quit, TQ_SIGNAL('clicked()'), TQ_SLOT('quit()'));
$a->setMainWidget($box);
$box->show;