From 7fe140ce7e2402c83aeb19adf6cbf15281f23502 Mon Sep 17 00:00:00 2001
From: Digital Artifex <7929434+DigitalArtifex@users.noreply.github.com>
Date: Fri, 19 Jun 2026 02:04:31 -0400
Subject: [PATCH] Renamed SearchVideosPaginator
---
...earchvideospaginator.h => videosearchpaginator.h} | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
rename KomplexHubPlugin/paginators/{searchvideospaginator.h => videosearchpaginator.h} (79%)
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