diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-18 20:35:25 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-18 20:35:25 +0000 |
commit | a93c19aaac4a8bdd50dcf36b372932e7145097f2 (patch) | |
tree | d8c179eef20efa70c159d93d6c6135bc20fcb650 /kio/Mainpage.dox | |
parent | ffbbad3e9ef672d8b59f2fd628addb705b6d85da (diff) | |
download | tdelibs-a93c19aaac4a8bdd50dcf36b372932e7145097f2.tar.gz tdelibs-a93c19aaac4a8bdd50dcf36b372932e7145097f2.zip |
All documentation references to KDE should now be converted to Trinity for the new API website
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1176842 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio/Mainpage.dox')
-rw-r--r-- | kio/Mainpage.dox | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kio/Mainpage.dox b/kio/Mainpage.dox index 80491a24d..bb7f2796f 100644 --- a/kio/Mainpage.dox +++ b/kio/Mainpage.dox @@ -2,17 +2,17 @@ * \mainpage A network-enabled file management system in a library * * This library implements almost all the file management functions you - * will ever need. In fact, the %KDE file manager, Konqueror also uses + * will ever need. In fact, the %Trinity file manager, Konqueror also uses * this to provide its network-enabled file management. * - * The easiest way to use this library from a %KDE application is via the + * The easiest way to use this library from a %Trinity application is via the * KIO::NetAccess class (for easy synchronous access) or via the * KIO::Job class (for more complex asynchronous jobs). * * This library also implements the System Configuration Cache (KSycoca). * * KMimeType: - * The notion of a file type, already existing in KDE-1.x + * The notion of a file type, already existing in Trinity-1.x * * KService: * To a mimetype are bound one or more applications, now called services. @@ -33,9 +33,9 @@ * Has its own language, in order to allow complex queries. * * - * \section KDE Filedialog widget and associated classes. + * \section Trinity Filedialog widget and associated classes. * - * This library also provides the KDE file selector widget, + * This library also provides the Trinity file selector widget, * its building blocks and some other widgets, making use of the file dialog. * * The file dialog provides different views; there is a vertically scrolling |