diff options
| author | Hrvoje Senjan <[email protected]> | 2015-02-27 20:17:59 +0100 |
|---|---|---|
| committer | Hrvoje Senjan <[email protected]> | 2015-02-27 20:17:59 +0100 |
| commit | adeaab9745c681e99b6bf7b3144a6fc0878a387f (patch) | |
| tree | 603260477eb57ed92fa17982cc0bfabb3cc7e195 /src | |
| parent | 9aee5d22513f0367febab54b38b3a7dc58d120bb (diff) | |
Fix build in a kdelibs4-free enviroment
If one had kdelibs includes in /usr, they would get magically
picked up, so the build would succeed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 1 | ||||
| -rw-r--r-- | src/dolphinpart.cpp | 1 | ||||
| -rw-r--r-- | src/dolphinpart_ext.h | 3 |
3 files changed, 2 insertions, 3 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 1eda03e3c..da6c5319d 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -48,7 +48,6 @@ #include <KActionCollection> #include <KActionMenu> #include <KConfig> -#include <kdeversion.h> #include <kdualaction.h> #include <KJobWidgets> #include <QLineEdit> diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index ea0ffd92c..1c0d611b9 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -33,7 +33,6 @@ #include <KToolInvocation> #include <kauthorized.h> #include <QMenu> -#include <kdeversion.h> #include <KSharedConfig> #include <KConfigGroup> #include <KMimeTypeEditor> diff --git a/src/dolphinpart_ext.h b/src/dolphinpart_ext.h index 6adf64972..0b7018dbb 100644 --- a/src/dolphinpart_ext.h +++ b/src/dolphinpart_ext.h @@ -22,7 +22,8 @@ #include <kparts/browserextension.h> #include <kparts/fileinfoextension.h> -#include <kparts/listingextension.h> +#include <kparts/listingfilterextension.h> +#include <kparts/listingnotificationextension.h> #include <QUrl> class DolphinPart; |
