summaryrefslogtreecommitdiffstats
path: root/kjsembed/tests/test_dcop_interface.js
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/tests/test_dcop_interface.js')
-rwxr-xr-xkjsembed/tests/test_dcop_interface.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/kjsembed/tests/test_dcop_interface.js b/kjsembed/tests/test_dcop_interface.js
index f0da8c27..37c11d5d 100755
--- a/kjsembed/tests/test_dcop_interface.js
+++ b/kjsembed/tests/test_dcop_interface.js
@@ -37,9 +37,9 @@ function makeRef()
var dcop = new DCOPInterface(this, "someInterface"); // Create the DCOP object.
dcop.publish("void exitJavascript(int)"); // Publish a javascript function.
-dcop.publish("QString doSomthing(QString,int)"); // Publish another javascript function.
+dcop.publish("TQString doSomthing(TQString,int)"); // Publish another javascript function.
dcop.publish("int test()");
-dcop.publish("QPixmap pixmap(QString)");
+dcop.publish("TQPixmap pixmap(TQString)");
dcop.publish("DCOPRef makeRef()");
application.exec(); // Start the event loop