- m_rememberOpenedTabsRadioButton = new QRadioButton(i18nc("@option:radio Show on startup", "Folders, tabs, and window state from last time"));
- m_homeUrlRadioButton = new QRadioButton();
- // HACK: otherwise the radio button has too much spacing in a grid layout
- m_homeUrlRadioButton->setMaximumWidth(24);
-
- QButtonGroup *initialViewGroup = new QButtonGroup(this);
- initialViewGroup->addButton(m_rememberOpenedTabsRadioButton);
- initialViewGroup->addButton(m_homeUrlRadioButton);
+ m_rememberOpenedTabsRadioButton = new QRadioButton(i18nc("@option:radio Show on startup", "Folders, tabs, and window state from last time"), this);