diff options
Diffstat (limited to 'mountconfig/SMBShareSelectDialog.py')
-rw-r--r-- | mountconfig/SMBShareSelectDialog.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mountconfig/SMBShareSelectDialog.py b/mountconfig/SMBShareSelectDialog.py index 617ee04..3c2915b 100644 --- a/mountconfig/SMBShareSelectDialog.py +++ b/mountconfig/SMBShareSelectDialog.py @@ -14,7 +14,7 @@ # # ########################################################################### -from PyTQt.qt import * +from PyTQt.tqt import * from tdeui import * from tdecore import * from tdeio import * @@ -309,7 +309,7 @@ class SMBShareSelectDialog(KDialogBase): if self.selecteditem is None: return - if state==QButton.Off: + if state==TQButton.Off: self.guestradio.setChecked(True) self.userradio.setChecked(False) @@ -326,7 +326,7 @@ class SMBShareSelectDialog(KDialogBase): if self.updatinggui: return self.updatinggui = True - if state==QButton.Off: + if state==TQButton.Off: self.userradio.setChecked(True) self.guestradio.setChecked(False) |