diff options
| author | Emmanuel Pescosta <[email protected]> | 2015-02-24 12:51:24 +0100 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2015-02-24 12:51:24 +0100 |
| commit | 6d9f5b21315bf7c9f6b08e32a89346e22c482714 (patch) | |
| tree | 96c63a828247af02efa44c8870be0e7f3ef081e1 /src/kitemviews/kstandarditemlistgroupheader.cpp | |
| parent | b3a0c253149b2f792296e765191b0c6bc4338ad2 (diff) | |
Removed unused KGlobal includes and use KIO/Job instead of KIO/JobClasses
Diffstat (limited to 'src/kitemviews/kstandarditemlistgroupheader.cpp')
| -rw-r--r-- | src/kitemviews/kstandarditemlistgroupheader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kstandarditemlistgroupheader.cpp b/src/kitemviews/kstandarditemlistgroupheader.cpp index 99457c9b8..2afaa168c 100644 --- a/src/kitemviews/kstandarditemlistgroupheader.cpp +++ b/src/kitemviews/kstandarditemlistgroupheader.cpp @@ -22,7 +22,7 @@ #include "kstandarditemlistgroupheader.h" -#include <kratingpainter.h> +#include <KRatingPainter> #include <QPainter> KStandardItemListGroupHeader::KStandardItemListGroupHeader(QGraphicsWidget* parent) : |
