diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 15:56:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 15:56:40 -0600 |
commit | e16866e072f94410321d70daedbcb855ea878cac (patch) | |
tree | ee3f52eabde7da1a0e6ca845fb9c2813cf1558cf /kdeui/README.kspell | |
parent | a58c20c1a7593631a1b50213c805507ebc16adaf (diff) | |
download | tdelibs-e16866e072f94410321d70daedbcb855ea878cac.tar.gz tdelibs-e16866e072f94410321d70daedbcb855ea878cac.zip |
Actually move the kde files that were renamed in the last commit
Diffstat (limited to 'kdeui/README.kspell')
-rw-r--r-- | kdeui/README.kspell | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/kdeui/README.kspell b/kdeui/README.kspell deleted file mode 100644 index 9ae1afe84..000000000 --- a/kdeui/README.kspell +++ /dev/null @@ -1,17 +0,0 @@ -KSpell, by David Sweet ----------------------- -KSpell provides an interface to ASpell and International ISpell 3.1. You -should use it like a UI widget to provide spellchecking in your application. -See kspell.h and http://www.chaos.umd.edu/~dsweet/KDE/KSpell for -documentation. - -Settings --------- -A configuration dialog/widget is also provided. This class (KSpellConfig) acts -not only as a widget allowing the user to set KSpell preferences, but also -as a data abstraction class allowing you to get and set the preferences from -within your program. You can pass an instance of KSpellConfig to KSpell -and the spellchecker will run with the appropriate preference settings. The -preferences, when saved (see kspelldlg.h) are saved globally. If needed, -you can read them with KSpellDlg and set and use application-specific -spellchecking settings. |