|
|
|
@ -150,22 +150,22 @@ const char *portability_flags[] = {
|
|
|
|
|
FtnchekConfigWidget::FtnchekConfigWidget(TQDomDocument &projectDom, TQWidget *parent, const char *name)
|
|
|
|
|
: FtnchekConfigWidgetBase(parent, name), dom(projectDom)
|
|
|
|
|
{
|
|
|
|
|
arguments_group = new QButtonGroup;
|
|
|
|
|
arguments_group = new TQButtonGroup;
|
|
|
|
|
arguments_group->insert(argumentsall_button);
|
|
|
|
|
arguments_group->insert(argumentsonly_button);
|
|
|
|
|
common_group = new QButtonGroup;
|
|
|
|
|
common_group = new TQButtonGroup;
|
|
|
|
|
common_group->insert(commonall_button);
|
|
|
|
|
common_group->insert(commononly_button);
|
|
|
|
|
truncation_group = new QButtonGroup;
|
|
|
|
|
truncation_group = new TQButtonGroup;
|
|
|
|
|
truncation_group->insert(truncationall_button);
|
|
|
|
|
truncation_group->insert(truncationonly_button);
|
|
|
|
|
usage_group = new QButtonGroup;
|
|
|
|
|
usage_group = new TQButtonGroup;
|
|
|
|
|
usage_group->insert(usageall_button);
|
|
|
|
|
usage_group->insert(usageonly_button);
|
|
|
|
|
f77_group = new QButtonGroup;
|
|
|
|
|
f77_group = new TQButtonGroup;
|
|
|
|
|
f77_group->insert(f77all_button);
|
|
|
|
|
f77_group->insert(f77only_button);
|
|
|
|
|
portability_group = new QButtonGroup;
|
|
|
|
|
portability_group = new TQButtonGroup;
|
|
|
|
|
portability_group->insert(portabilityall_button);
|
|
|
|
|
portability_group->insert(portabilityonly_button);
|
|
|
|
|
|
|
|
|
|