diff options
Diffstat (limited to 'src/gui/models/extendedlistmodel.h')
-rw-r--r-- | src/gui/models/extendedlistmodel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/models/extendedlistmodel.h b/src/gui/models/extendedlistmodel.h index 161ab6cd9..85544ca6d 100644 --- a/src/gui/models/extendedlistmodel.h +++ b/src/gui/models/extendedlistmodel.h @@ -21,10 +21,10 @@ #ifndef GUI_MODELS_EXTENDEDLISTMODEL_H #define GUI_MODELS_EXTENDEDLISTMODEL_H -#include "resources/image.h" - #include "gui/models/listmodel.h" +#include "resources/image/image.h" + class ExtendedListModel notfinal : public ListModel { public: |