diff options
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() | 
