dgbase: Changed ask_for_reg_code() to askForRegCode() to adapt to change in qtlib.

--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40253
This commit is contained in:
hsoft 2009-12-15 11:35:08 +00:00
parent 2f153003b3
commit 3262ee9938
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class DupeGuru(DupeGuruBase, QObject):
DupeGuruBase.apply_filter(self, filter)
self.emit(SIGNAL('resultsChanged()'))
def ask_for_reg_code(self):
def askForRegCode(self):
self.reg.ask_for_code()
@demo_method