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/dolphincategorydrawer.cpp | |
| parent | b1843402863d0473b00d872daec4ab382ddec030 (diff) | |
Use capitalized KDE includes
Diffstat (limited to 'src/views/dolphincategorydrawer.cpp')
| -rw-r--r-- | src/views/dolphincategorydrawer.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/views/dolphincategorydrawer.cpp b/src/views/dolphincategorydrawer.cpp index d71184637..1f39133ab 100644 --- a/src/views/dolphincategorydrawer.cpp +++ b/src/views/dolphincategorydrawer.cpp @@ -29,14 +29,14 @@ #include <QStyleOption> #ifdef HAVE_NEPOMUK -#include <nepomuk/kratingpainter.h> +#include <Nepomuk/KRatingPainter> #endif -#include <kiconloader.h> -#include <kiconeffect.h> -#include <kcategorizedsortfilterproxymodel.h> -#include <kuser.h> -#include <kcategorizedview.h> +#include <KIconLoader> +#include <KIconEffect> +#include <KCategorizedSortFilterProxyModel> +#include <KUser> +#include <KCategorizedView> #include "dolphinview.h" #include "dolphinmodel.h" |
