diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-01-21 21:52:20 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-01-22 01:58:18 +0100 |
commit | 135d005014a1e85295af4e379f026a361537ae5f (patch) | |
tree | c70f25a5248237a5c4676c928fd400b10aa7a641 /lib/kross/test/testcase.py | |
parent | 596d0f7b9ed99de0814acfb835cc8945cee37405 (diff) | |
download | koffice-135d005014a1e85295af4e379f026a361537ae5f.tar.gz koffice-135d005014a1e85295af4e379f026a361537ae5f.zip |
Update python scripts for PyTQt.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'lib/kross/test/testcase.py')
-rw-r--r-- | lib/kross/test/testcase.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kross/test/testcase.py b/lib/kross/test/testcase.py index f1540201e..28917f874 100644 --- a/lib/kross/test/testcase.py +++ b/lib/kross/test/testcase.py @@ -11,7 +11,7 @@ # print "testobjectCallbackWithParams() argument = %s" % str(argument) # return "this is the __main__.testobjectCallbackWithParams() returnvalue!" #def testQtObject(self): - ## Get the QtObject instance to access the QObject. + ## Get the TQtObject instance to access the TQObject. ##testobject = get("TestObject") #testobject = self.get("TestObject") #if testobject == None: raise "Object 'TestObject' undefined !!!" @@ -23,7 +23,7 @@ #print testobject.call("testSlot2()"); #print testobject.call("testSignal()"); ##print testobject.call() #KrossTest: List::item index=0 is out of bounds. Raising TypeException. - ## Each slot a QObject spends is a object itself. + ## Each slot a TQObject spends is a object itself. #myslot = testobject.get("testSlot()") #print "myslotevent = %s" % str(myslot) #print myslot.call() |