summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"))