From 7bfe9f86bcc8f25c389f5fc0af40837285188e65 Mon Sep 17 00:00:00 2001
From: Digital Artifex <7929434+DigitalArtifex@users.noreply.github.com>
Date: Wed, 17 Jun 2026 20:08:28 -0400
Subject: [PATCH] Renamed SearchImagePaginator
---
...earchimagespaginator.h => imagesearchpaginator.h} | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
rename KomplexHubPlugin/paginators/{searchimagespaginator.h => imagesearchpaginator.h} (80%)
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