diff --git a/KomplexHubPlugin/paginators/searchvideospaginator.h b/KomplexHubPlugin/paginators/videosearchpaginator.h similarity index 79% rename from KomplexHubPlugin/paginators/searchvideospaginator.h rename to KomplexHubPlugin/paginators/videosearchpaginator.h index 3840418..491ebe2 100644 --- a/KomplexHubPlugin/paginators/searchvideospaginator.h +++ b/KomplexHubPlugin/paginators/videosearchpaginator.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 SEARCHVIDEOSPAGINATOR_H -#define SEARCHVIDEOSPAGINATOR_H +#ifndef VIDEOSEARCHPAGINATOR_H +#define VIDEOSEARCHPAGINATOR_H #include #include @@ -29,12 +29,12 @@ #include #include -#include "wallpaperpaginator.h" +#include "videopaginator.h" -class KOMPLEX_EXPORT SearchVideosPaginator : public WallpaperPaginator +class KOMPLEX_EXPORT VideoSearchPaginator : public VideoPaginator { public: - explicit SearchVideosPaginator(QObject *parent = nullptr) : WallpaperPaginator(parent) + explicit VideoSearchPaginator(QObject *parent = nullptr) : VideoPaginator(parent) { setUri( QString::fromUtf8(KOMPLEX_ENDPOINT_VIDEOS_SEARCH) @@ -42,4 +42,4 @@ public: } }; -#endif // SEARCHVIDEOSPAGINATOR_H +#endif // VIDEOSEARCHPAGINATOR_H