diff options
| author | Peter Penz <[email protected]> | 2011-02-04 15:43:21 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-02-04 15:43:21 +0100 |
| commit | 8eb9b508ca87fb1d634d8b8ba62c054ed04466d2 (patch) | |
| tree | d9712ac782edaed308c3b1fc0ddb8dac873dfc39 /src/views/dolphindetailsviewexpander.cpp | |
| parent | b1843402863d0473b00d872daec4ab382ddec030 (diff) | |
Use capitalized KDE includes
Diffstat (limited to 'src/views/dolphindetailsviewexpander.cpp')
| -rw-r--r-- | src/views/dolphindetailsviewexpander.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/dolphindetailsviewexpander.cpp b/src/views/dolphindetailsviewexpander.cpp index 0f3d3fde1..c2734ed3a 100644 --- a/src/views/dolphindetailsviewexpander.cpp +++ b/src/views/dolphindetailsviewexpander.cpp @@ -23,8 +23,8 @@ #include "dolphinmodel.h" #include "dolphinsortfilterproxymodel.h" -#include <kdirlister.h> -#include <kdirmodel.h> +#include <KDirLister> +#include <KDirModel> DolphinDetailsViewExpander::DolphinDetailsViewExpander(DolphinDetailsView* parent, const QSet<KUrl>& urlsToExpand) : |
