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 | |
| parent | d2a73971d83a6c0b315bc90f35c0fee3e6e20870 (diff) | |
Add some missing includes.
These are needed in Qt5/KF5.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmainwindow.h | 1 | ||||
| -rw-r--r-- | src/settings/kcm/kcmdolphinviewmodes.cpp | 1 | ||||
| -rw-r--r-- | src/settings/serviceitemdelegate.cpp | 1 | ||||
| -rw-r--r-- | src/views/dolphinviewactionhandler.cpp | 1 | ||||
| -rw-r--r-- | src/views/renamedialog.cpp | 1 |
5 files changed, 5 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> diff --git a/src/settings/kcm/kcmdolphinviewmodes.cpp b/src/settings/kcm/kcmdolphinviewmodes.cpp index 73b0557f7..a7a9db36d 100644 --- a/src/settings/kcm/kcmdolphinviewmodes.cpp +++ b/src/settings/kcm/kcmdolphinviewmodes.cpp @@ -24,6 +24,7 @@ #include <KLocale> #include <KPluginFactory> #include <KPluginLoader> +#include <KIcon> #include <settings/viewmodes/viewsettingstab.h> diff --git a/src/settings/serviceitemdelegate.cpp b/src/settings/serviceitemdelegate.cpp index 3dc314631..4cd193a07 100644 --- a/src/settings/serviceitemdelegate.cpp +++ b/src/settings/serviceitemdelegate.cpp @@ -21,6 +21,7 @@ #include <KDebug> #include <KPushButton> +#include <KIcon> #include "servicemodel.h" diff --git a/src/views/dolphinviewactionhandler.cpp b/src/views/dolphinviewactionhandler.cpp index eb127e2f7..bc8f059a4 100644 --- a/src/views/dolphinviewactionhandler.cpp +++ b/src/views/dolphinviewactionhandler.cpp @@ -38,6 +38,7 @@ #include <KToggleAction> #include <KRun> #include <KPropertiesDialog> +#include <KIcon> #ifdef HAVE_NEPOMUK #include <Nepomuk/ResourceManager> diff --git a/src/views/renamedialog.cpp b/src/views/renamedialog.cpp index e603454a7..e232b9614 100644 --- a/src/views/renamedialog.cpp +++ b/src/views/renamedialog.cpp @@ -24,6 +24,7 @@ #include <konq_operations.h> #include <KStringHandler> #include <knuminput.h> +#include <kmimetype.h> #include <QHBoxLayout> #include <QLabel> |
