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/Mainpage.dox | |
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/Mainpage.dox')
-rw-r--r-- | kdeui/Mainpage.dox | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/kdeui/Mainpage.dox b/kdeui/Mainpage.dox deleted file mode 100644 index 778c962f1..000000000 --- a/kdeui/Mainpage.dox +++ /dev/null @@ -1,43 +0,0 @@ -/* - A dummy source file for documenting the library. - Sirtaj Singh Kang <taj@kde.org> - $Id$ - Distributed under the LGPL. -*/ - -/** -* @mainpage The Trinity User Interface library -* -* This library provides standard user interface elements for use in -* Trinity applications. If your Trinity application has a GUI, you will almost -* certainly link to libtdeui. -* -* Most applications with single or multiple toplevel widgets -* should use the KMainWindow class in this library, which -* automatically provides features like session management and simplified -* toolbar/menubar/statusbar creation. -* -* A spell-checker library is also provided. -* KSpell offers easy access to International ISpell or ASpell -* (at the user's option) as well as a spell-checker GUI -* ("Add", "Replace", etc.). -* -* You can use KSpell to -* automatically spell-check an ASCII file as well as to implement -* online spell-checking and to spell-check proprietary format and -* marked up (e.g. HTML, TeX) documents. The relevant methods for -* these three procedures are check(), checkWord(), and -* checkList(), respectively. -* -* KSpellConfig holds configuration information about KSpell as well -* as acting as an options-setting dialog. -* -* KSpell usually works asynchronously. If you do not need that, you should -* simply use KSpell::modalCheck(). It won't return until the -* passed string is processed or the spell checking canceled. -* During modal spell checking your GUI is still repainted, but the user may -* only interact with the KSpell dialog. -* -* @see KSpell, KSpellConfig -*/ - |