summaryrefslogtreecommitdiffstats
path: root/mountconfig/SMBShareSelectDialog.py
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-01-21 19:49:50 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-01-23 02:18:34 +0100
commit00acd92ff96bd6d3bb3136aa6d6b37314b3ad623 (patch)
tree60db84a70bf9cb13ffbf931151ae7b0f8ffc86e8 /mountconfig/SMBShareSelectDialog.py
parent94f5a3f12e1c61aa2f3cde2d7b260c08489336ac (diff)
downloadtde-guidance-00acd92f.tar.gz
tde-guidance-00acd92f.zip
Update after renaming qt => tqt in PyTQt module.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'mountconfig/SMBShareSelectDialog.py')
-rw-r--r--mountconfig/SMBShareSelectDialog.py6
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)