summaryrefslogtreecommitdiffstats
path: root/mountconfig/SMBShareSelectDialog.py
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-10-14 00:07:31 +0900
committerMichele Calgaro <[email protected]>2018-10-14 00:07:31 +0900
commit3355d5e68d225926d45849799d5a857319dc6083 (patch)
tree66e0b864ca2a1c5786f31efb279f577de1ca9aa7 /mountconfig/SMBShareSelectDialog.py
parent922b6170903687548cab08331f738c62bd141f7b (diff)
downloadtde-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.py2
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"))