aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtGui
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-06-29 17:55:59 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2010-06-29 18:20:35 -0300
commitc5b700a311f3558d1d33c2894dc3ba2583bd6c46 (patch)
treef953158a1347150e56a1f0e5d9c5f1d02b8800ab /tests/QtGui
parent9ee7d00d11693fff3cebf6db0d3d5b18ed8666fb (diff)
Fix typo in tests/QtGui/qdynamic_signal.py
Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'tests/QtGui')
-rw-r--r--tests/QtGui/qdynamic_signal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/QtGui/qdynamic_signal.py b/tests/QtGui/qdynamic_signal.py
index db3218e50..d44ee79cc 100644
--- a/tests/QtGui/qdynamic_signal.py
+++ b/tests/QtGui/qdynamic_signal.py
@@ -7,7 +7,7 @@ from helper import UsesQApplication
class DynamicSignalTest(UsesQApplication):
- def cp(self, obj):
+ def cb(self, obj):
self._called = True
def testQDialog(self):