TQWhatsThis::add(m_diffURLRequester,i18n("You can select a different diff program here. On Solaris the standard diff program does not support all the options that the GNU version does. This way you can select that version."));
TQWhatsThis::add(m_diffURLRequester,i18n("You can select a different diff program here. On Solaris the standard diff program does not support all the options that the GNU version does. This way you can select that version."));
tqlayout->addStretch(1);
tqlayout->addStretch(1);
page->setMinimumSize(tqsizeHintForWidget(page));
page->setMinimumSize( sizeHintForWidget(page));
addTab(page,i18n("&Diff"));
addTab(page,i18n("&Diff"));
}
}
@ -254,7 +254,7 @@ void DiffPage::addFormatTab()
label->setBuddy(m_locSpinBox);
label->setBuddy(m_locSpinBox);
tqlayout->addStretch(1);
tqlayout->addStretch(1);
page->setMinimumSize(tqsizeHintForWidget(page));
page->setMinimumSize( sizeHintForWidget(page));
addTab(page,i18n("&Format"));
addTab(page,i18n("&Format"));
}
}
@ -313,7 +313,7 @@ void DiffPage::addOptionsTab()
TQToolTip::add(m_ignoreTabExpansionCheckBox,i18n("This option corresponds to the -E diff option."));
TQToolTip::add(m_ignoreTabExpansionCheckBox,i18n("This option corresponds to the -E diff option."));