|
|
|
@ -101,7 +101,7 @@ KonviSettingsDialog::KonviSettingsDialog( TQWidget *parent) :
|
|
|
|
|
m_confQuickButtonsWdg = new QuickButtons_Config( this, "QuickButtons" );
|
|
|
|
|
pagePath.clear();
|
|
|
|
|
pagePath << i18n("Interface") << i18n("Quick Buttons");
|
|
|
|
|
addPage ( m_confQuickButtonsWdg, pagePath, "keyboard", i18n("Quick Buttons") );
|
|
|
|
|
addPage ( m_confQuickButtonsWdg, pagePath, "input-keyboard", i18n("Quick Buttons") );
|
|
|
|
|
m_indexToPageMapping.insert(lastAddedIndex(), m_confQuickButtonsWdg);
|
|
|
|
|
connect(m_confQuickButtonsWdg, TQT_SIGNAL(modified()), this, TQT_SLOT(modifiedSlot()));
|
|
|
|
|
|
|
|
|
|