summaryrefslogtreecommitdiffstats
path: root/PerlTQt
diff options
context:
space:
mode:
Diffstat (limited to 'PerlTQt')
-rw-r--r--PerlTQt/t/b_nogui.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/PerlTQt/t/b_nogui.t b/PerlTQt/t/b_nogui.t
index cd28260..1740362 100644
--- a/PerlTQt/t/b_nogui.t
+++ b/PerlTQt/t/b_nogui.t
@@ -21,7 +21,7 @@ eval { $ret = ($ret->x != 20 or $ret->y != 20) ? 1 : 0 };
print +($@ || $ret) ? "not ok\n" : "ok 4\n";
-eval { my $z = TQt::GlobalSpace::qVersion() };
+eval { my $z = TQt::GlobalSpace::tqVersion() };
if( $@ )
{