summaryrefslogtreecommitdiffstats
path: root/PerlQt/tutorials/t14/t14.pl
diff options
context:
space:
mode:
Diffstat (limited to 'PerlQt/tutorials/t14/t14.pl')
-rw-r--r--PerlQt/tutorials/t14/t14.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/PerlQt/tutorials/t14/t14.pl b/PerlQt/tutorials/t14/t14.pl
index b0f5c25..ef412ab 100644
--- a/PerlQt/tutorials/t14/t14.pl
+++ b/PerlQt/tutorials/t14/t14.pl
@@ -1,11 +1,11 @@
#!/usr/bin/perl -w
use strict;
use blib;
-use Qt;
+use TQt;
use GameBoard;
-Qt::Application::setColorSpec(&Qt::Application::CustomColor);
-my $a = Qt::Application(\@ARGV);
+TQt::Application::setColorSpec(&TQt::Application::CustomColor);
+my $a = TQt::Application(\@ARGV);
my $gb = GameBoard;
$gb->setGeometry(100, 100, 500, 355);