diff options
| author | Peter Penz <[email protected]> | 2011-02-04 15:43:21 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-02-04 15:43:21 +0100 |
| commit | 8eb9b508ca87fb1d634d8b8ba62c054ed04466d2 (patch) | |
| tree | d9712ac782edaed308c3b1fc0ddb8dac873dfc39 /src/dolphinmainwindow.h | |
| parent | b1843402863d0473b00d872daec4ab382ddec030 (diff) | |
Use capitalized KDE includes
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 53d223176..840997598 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -26,11 +26,11 @@ #include <config-nepomuk.h> -#include <kfileitemdelegate.h> +#include <KFileItemDelegate> #include <kio/fileundomanager.h> #include <ksortablelist.h> #include <kxmlguiwindow.h> -#include <kactionmenu.h> +#include <KActionMenu> #include "views/dolphinview.h" |
