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/private/kitemlistroleeditor.cpp | |
| parent | b3a0c253149b2f792296e765191b0c6bc4338ad2 (diff) | |
Removed unused KGlobal includes and use KIO/Job instead of KIO/JobClasses
Diffstat (limited to 'src/kitemviews/private/kitemlistroleeditor.cpp')
| -rw-r--r-- | src/kitemviews/private/kitemlistroleeditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/private/kitemlistroleeditor.cpp b/src/kitemviews/private/kitemlistroleeditor.cpp index 69817bef7..5ff013429 100644 --- a/src/kitemviews/private/kitemlistroleeditor.cpp +++ b/src/kitemviews/private/kitemlistroleeditor.cpp @@ -19,7 +19,7 @@ #include "kitemlistroleeditor.h" -#include <kio/global.h> +#include <KIO/Global> #include <QKeyEvent> KItemListRoleEditor::KItemListRoleEditor(QWidget *parent) : |
