diff options
Diffstat (limited to 'PerlQt/t/f_import.t')
-rw-r--r-- | PerlQt/t/f_import.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PerlQt/t/f_import.t b/PerlQt/t/f_import.t index c6467a3..9f8977c 100644 --- a/PerlQt/t/f_import.t +++ b/PerlQt/t/f_import.t @@ -2,7 +2,7 @@ BEGIN { push @INC, "./t" ; print "1..1\n" } package main; -use Qt; +use TQt; use My::SubCodec; use Foo::SubCodec; |