TQWhatsThis::add(m_fontButton,i18n("Select an item in the list above and click on this button to display the KDE font dialog in order to choose a new font for this item."));
TQWhatsThis::add(m_fontButton,i18n("Select an item in the list above and click on this button to display the TDE font dialog in order to choose a new font for this item."));
TQWhatsThis::add(titleLegendFontButton,i18n("Click here to display the KDE font chooser dialog. You will be able to change the font family, style and size for the legend title."));
TQWhatsThis::add(titleLegendFontButton,i18n("Click here to display the TDE font chooser dialog. You will be able to change the font family, style and size for the legend title."));
TQWhatsThis::add(textLegendFontButton,i18n("Click here to display the KDE font chooser dialog. You will be able to change the font family, style and size for the legend text."));
TQWhatsThis::add(textLegendFontButton,i18n("Click here to display the TDE font chooser dialog. You will be able to change the font family, style and size for the legend text."));
TQWhatsThis::add(legendTitleColor,i18n("Click here to display the KDE Select Color dialog. You will be able to change the color for the legend title."));
TQWhatsThis::add(legendTitleColor,i18n("Click here to display the TDE Select Color dialog. You will be able to change the color for the legend title."));
TQWhatsThis::add(legendTextColor,i18n("Click here to display the KDE Select Color dialog. You will be able to change the color for the legend text."));
TQWhatsThis::add(legendTextColor,i18n("Click here to display the TDE Select Color dialog. You will be able to change the color for the legend text."));
TQWhatsThis::add(legendFrameColor,i18n("Click here to display the KDE Select Color dialog. You will be able to change the color for the legend frame."));
TQWhatsThis::add(legendFrameColor,i18n("Click here to display the TDE Select Color dialog. You will be able to change the color for the legend frame."));
TQWhatsThis::add(m_modifyPath,i18n("When you click this button, a small dialog will appear and, if Default path is unchecked, you can either enter a path yourself or choose one using the standard KDE file dialog."));
TQWhatsThis::add(m_modifyPath,i18n("When you click this button, a small dialog will appear and, if Default path is unchecked, you can either enter a path yourself or choose one using the standard TDE file dialog."));
dontCheckUpperWord=newTQCheckBox(i18n("Skip all uppercase words"),box);
TQWhatsThis::add(dontCheckUpperWord,i18n("If checked, the words written in uppercase letters are not spell checked. This might be useful if you have a lot of acronyms such as KDE for example."));
TQWhatsThis::add(dontCheckUpperWord,i18n("If checked, the words written in uppercase letters are not spell checked. This might be useful if you have a lot of acronyms such as TDE for example."));
dontCheckTitleCase=newTQCheckBox(i18n("Do not check title case"),box);
TQWhatsThis::add(dontCheckTitleCase,i18n("Check this box if you want the spellchecker to ignore the title case, for example My Own Spreadsheet or My own spreadsheet. If this is unchecked, the spell checker will ask for a uppercase letter in the title nouns."));