diff options
author | Michele Calgaro <[email protected]> | 2018-10-14 00:07:31 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-10-14 00:07:31 +0900 |
commit | 3355d5e68d225926d45849799d5a857319dc6083 (patch) | |
tree | 66e0b864ca2a1c5786f31efb279f577de1ca9aa7 /mountconfig/SMBShareSelectDialog.py | |
parent | 922b6170903687548cab08331f738c62bd141f7b (diff) | |
download | tde-guidance-3355d5e68d225926d45849799d5a857319dc6083.tar.gz tde-guidance-3355d5e68d225926d45849799d5a857319dc6083.zip |
Fixed incorrect TTQ rename (TTQ -> TQ)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'mountconfig/SMBShareSelectDialog.py')
-rw-r--r-- | mountconfig/SMBShareSelectDialog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mountconfig/SMBShareSelectDialog.py b/mountconfig/SMBShareSelectDialog.py index 86f668a..f142731 100644 --- a/mountconfig/SMBShareSelectDialog.py +++ b/mountconfig/SMBShareSelectDialog.py @@ -36,7 +36,7 @@ class SMBShareSelectDialog(KDialogBase): vbox = self.makeVBoxMainWidget() - hbox = TTQHBox(vbox) + hbox = TQHBox(vbox) hbox.setSpacing(self.spacingHint()) tmplabel = TQLabel(hbox) tmplabel.setPixmap(UserIcon("hi32-samba")) |