_ResultView->append(TQString("<p>%1</p>").arg(i18n("HTML Entity: %1").arg(TQString("&#x%1;").arg(TQString::number(toAddKanji.kanji().at(0).tqunicode(),16)))));// show html entity
_ResultView->append(TQString("<p>%1</p>").arg(i18n("HTML Entity: %1").arg(TQString("&#x%1;").arg(TQString::number(toAddKanji.kanji().at(0).unicode(),16)))));// show html entity
// now show some compounds in which this kanji appears
TQStringkanji=toAddKanji.kanji();
@ -529,9 +529,9 @@ void TopLevel::gradeSearch()
TQStringTopLevel::clipBoardText()// gets text from clipboard for globalaccels
<string>If checked you can specify your own keyboard font instead of the predefined one of the keyboard tqlayout.</string>
<string>If checked you can specify your own keyboard font instead of the predefined one of the keyboard layout.</string>
</property>
<property name="whatsThis" stdset="0">
<string>Every keyboard tqlayout may specify its own font. If the predefined font of a certain keyboard tqlayout does not work or you would like to have your own, check this button. You may then choose your own font that will be used to draw the characters on the keys.</string>
<string>Every keyboard layout may specify its own font. If the predefined font of a certain keyboard layout does not work or you would like to have your own, check this button. You may then choose your own font that will be used to draw the characters on the keys.</string>