diff options
Diffstat (limited to 'src/views/dolphinfileitemlistwidget.h')
| -rw-r--r-- | src/views/dolphinfileitemlistwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/dolphinfileitemlistwidget.h b/src/views/dolphinfileitemlistwidget.h index b9de6fb19..5f9cc3a5a 100644 --- a/src/views/dolphinfileitemlistwidget.h +++ b/src/views/dolphinfileitemlistwidget.h @@ -20,7 +20,7 @@ #ifndef DOLPHINFILEITEMLISTWIDGET_H #define DOLPHINFILEITEMLISTWIDGET_H -#include <libdolphin_export.h> +#include "libdolphin_export.h" #include <kitemviews/kfileitemlistwidget.h> #include <kversioncontrolplugin2.h> @@ -40,7 +40,7 @@ public: virtual ~DolphinFileItemListWidget(); protected: - virtual void refreshCache(); + virtual void refreshCache() Q_DECL_OVERRIDE; private: static QPixmap overlayForState(KVersionControlPlugin2::ItemVersion version, int size); |
