From e801b73a2f9cb845913cf546002c8f50eefc473c Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 27 Dec 2008 23:59:40 -0500 Subject: Fixed up the qtscript and javascript tests --- sigcore/test/TestScript.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sigcore/test/TestScript.h') diff --git a/sigcore/test/TestScript.h b/sigcore/test/TestScript.h index 2c7823e5..1f1a48df 100644 --- a/sigcore/test/TestScript.h +++ b/sigcore/test/TestScript.h @@ -58,7 +58,7 @@ class TestScript : public QObject void python(); // void falcon(); void javascript(); - void qts(); + void qtscript(); // void java(); // void lua(); // void ruby(); -- cgit