|
|
|
@ -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()));
|
|
|
|
|
|
|
|
|
|