diff --git a/KomplexHubPlugin/paginators/searchimagespaginator.h b/KomplexHubPlugin/paginators/imagesearchpaginator.h similarity index 80% rename from KomplexHubPlugin/paginators/searchimagespaginator.h rename to KomplexHubPlugin/paginators/imagesearchpaginator.h index a974ebf..473fe78 100644 --- a/KomplexHubPlugin/paginators/searchimagespaginator.h +++ b/KomplexHubPlugin/paginators/imagesearchpaginator.h @@ -16,8 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see */ -#ifndef SEARCHIMAGESPAGINATOR_H -#define SEARCHIMAGESPAGINATOR_H +#ifndef IMAGESEARCHPAGINATOR_H +#define IMAGESEARCHPAGINATOR_H #include #include @@ -29,14 +29,14 @@ #include #include -#include "wallpaperpaginator.h" +#include "imagepaginator.h" #include "common/komplex_global.h" -class KOMPLEX_EXPORT SearchImagesPaginator : public WallpaperPaginator +class KOMPLEX_EXPORT ImageSearchPaginator : public ImagePaginator { public: - explicit SearchImagesPaginator(QObject *parent = nullptr) : WallpaperPaginator(parent) + explicit ImageSearchPaginator(QObject *parent = nullptr) : ImagePaginator(parent) { setUri( QString::fromUtf8(KOMPLEX_ENDPOINT_IMAGES_SEARCH) @@ -44,4 +44,4 @@ public: } }; -#endif // SEARCHIMAGESPAGINATOR_H +#endif // IMAGESEARCHPAGINATOR_H