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/dolphinpart.cpp | |
| 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/dolphinpart.cpp')
| -rw-r--r-- | src/dolphinpart.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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> |
