From 597246bfca4041dd0403b74470c69cf8070cf2ef Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 27 Dec 2008 23:09:15 -0500 Subject: Fixed names needed for some languages for Kross --- sigcore/test/TestScript.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sigcore/test/TestScript.h') diff --git a/sigcore/test/TestScript.h b/sigcore/test/TestScript.h index dd4c5a48..2c7823e5 100644 --- a/sigcore/test/TestScript.h +++ b/sigcore/test/TestScript.h @@ -57,8 +57,8 @@ class TestScript : public QObject void python(); // void falcon(); -// void kjs(); -// void qtscript(); + void javascript(); + void qts(); // void java(); // void lua(); // void ruby(); -- cgit