Fixed warning message on SmbConfigConfigWidget layout. This resolves bug 1887.

pull/1/head
Michele Calgaro 10 years ago
parent e0801ae200
commit fe3d0d2dbb

@ -49,7 +49,7 @@ SmbConfConfigWidget::SmbConfConfigWidget(TQWidget* parent)
" could not be found;</p>" \
"make sure you have SAMBA installed.\n\n"), this);
TQHBoxLayout *hbox = new TQHBoxLayout(this);
TQHBoxLayout *hbox = new TQHBoxLayout(NULL, 0, KDialog::spacingHint());
TQPushButton *btn = new TQPushButton(i18n("Specify Location"), this);
connect(btn, TQT_SIGNAL(pressed()), this, TQT_SLOT( btnPressed()));

Loading…
Cancel
Save