diff options
author | Michele Calgaro <[email protected]> | 2018-10-14 00:07:31 +0900 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-10-14 11:24:50 +0200 |
commit | 00f78fb504b5c0c65ab27562e52951f7333c4d12 (patch) | |
tree | 220c4e8ec00359be2804d5e18a8efb9f3f09ce7f | |
parent | c862b7bd557e1b6c5672828f6509fce214cd1474 (diff) | |
download | tde-guidance-00f78fb504b5c0c65ab27562e52951f7333c4d12.tar.gz tde-guidance-00f78fb504b5c0c65ab27562e52951f7333c4d12.zip |
Fixed incorrect TTQ rename (TTQ -> TQ)
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 3355d5e68d225926d45849799d5a857319dc6083)
-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")) |