diff options
| author | Stephen Kelly <[email protected]> | 2012-04-10 00:20:01 +0200 |
|---|---|---|
| committer | Stephen Kelly <[email protected]> | 2012-04-10 00:20:22 +0200 |
| commit | b8c3d933e66598c78180a73cb394b211ca6b52d0 (patch) | |
| tree | 98229a1cdcf2e8ba7448f21c07b09d5e327cdabe /src/dolphinmainwindow.h | |
| parent | d2a73971d83a6c0b315bc90f35c0fee3e6e20870 (diff) | |
Add some missing includes.
These are needed in Qt5/KF5.
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 8bf761658..d4ca11adf 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -29,6 +29,7 @@ #include <ksortablelist.h> #include <kxmlguiwindow.h> #include <KActionMenu> +#include <KIcon> #include <QList> #include <QWeakPointer> |
