diff --git a/wallpapers/image/plugin/imagebackend.h b/wallpapers/image/plugin/imagebackend.h index 7a0bc4aef..c19bcdba1 100644 --- a/wallpapers/image/plugin/imagebackend.h +++ b/wallpapers/image/plugin/imagebackend.h @@ -14,16 +14,12 @@ #include #include #include - -#include +#include #include "sortingmode.h" class QFileDialog; -class QQuickItem; -class KDirWatch; -class KJob; class ImageProxyModel; class SlideModel; class SlideFilterModel; @@ -148,7 +144,6 @@ private: SortingMode::Mode m_slideshowMode = SortingMode::Random; bool m_slideshowFoldersFirst = false; - KPackage::Package m_wallpaperPackage; QStringList m_slidePaths; QStringList m_uncheckedSlides; QTimer m_timer;