kspell_hspelldict.h
virtual bool storeReplacement(const TQString &bad, const TQString &good)
Stores user defined good replacement for the bad word.
Definition: kspell_hspelldict.cpp:87
virtual bool addToSession(const TQString &word)
Adds word to the words recognizable in the current session.
Definition: kspell_hspelldict.cpp:102
virtual bool addToPersonal(const TQString &word)
Adds word to the list of of personal words.
Definition: kspell_hspelldict.cpp:95
virtual bool checkAndSuggest(const TQString &word, TQStringList &suggestions)
Checks the word and fetches suggestions for it.
Definition: kspell_hspelldict.cpp:78
virtual TQStringList suggest(const TQString &word)
Fetches suggestions for the word.
Definition: kspell_hspelldict.cpp:64