fix tricky regression noticed by Vyacheslav Tokarev on Google Reader.
[kdelibs.git] / kfile / Mainpage.dox
blob832e70707997e4aa4753e99f99f4144e432ab096
1 /** @mainpage The File Selection Dialog
3 @section purpose Purpose
5 The kfile library provides the file selection dialog and its components.
7 @section desc Description
9 The file dialog is available to all kde applications by using the KFileDialog class
10 from the KIO library. This class doesn't contain the actual implementation of the file
11 dialog, however: it dynamically opens the code that contains the implementation.
12 The kfile library provides KFileWidget, which is the main widget in the file dialog, as well as
13 the KDirOperator widget which contains the file views, and other components of the file dialog.
14 Applications only need to link to libkfile if they need direct access to KFileWidget
15 or KDirOperator or to the other widgets used by the file dialog, either in order to
16 modify the behavior of the file dialog, or to reuse its components into the application itself.
18 @authors
19 Stephan Kulow<br>
20 Carsten Pfeiffer<br>
21 Peter Penz<br>
22 Aaron J. Seigo<br>
23 and others
25 @maintainers
26 David Faure
28 @licenses
29 @lgpl
34 // DOXYGEN_REFERENCES = kdecore kdeui kio kde3support solid
35 // DOXYGEN_SET_PROJECT_NAME = KFile
36 // vim:ts=4:sw=4:expandtab:filetype=doxygen