Fixed incorrect TTQ rename (TTQ -> TQ)

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3355d5e68d)
r14.0.x
Michele Calgaro 6 years ago committed by Slávek Banko
parent c862b7bd55
commit 00f78fb504
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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"))

Loading…
Cancel
Save