summaryrefslogtreecommitdiffstats
path: root/lib/kross/test/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kross/test/main.cpp')
-rw-r--r--lib/kross/test/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kross/test/main.cpp b/lib/kross/test/main.cpp
index 90665a722..146e0c200 100644
--- a/lib/kross/test/main.cpp
+++ b/lib/kross/test/main.cpp
@@ -114,8 +114,8 @@ void runInterpreter(const TQString& interpretername, const TQString& scriptcode)
/*
// Connect TQObject signal with scriptfunction.
- scriptcontainer->connect(testobject, TQT_SIGNAL(testSignal()), "testobjectCallback");
- scriptcontainer->connect(testobject, TQT_SIGNAL(testSignalString(const TQString&)), "testobjectCallbackWithParams");
+ scriptcontainer->connect(testobject, TQ_SIGNAL(testSignal()), "testobjectCallback");
+ scriptcontainer->connect(testobject, TQ_SIGNAL(testSignalString(const TQString&)), "testobjectCallbackWithParams");
// Call the testSlot to emit the testSignal.
testobject->testSlot();
*/