From 0464ea82a6850f58805bc4d6fc1df5369d83c3df Mon Sep 17 00:00:00 2001 From: Méven Car Date: Tue, 29 Apr 2025 12:33:44 +0200 Subject: Clazy fix --- src/search/popup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/search/popup.h') diff --git a/src/search/popup.h b/src/search/popup.h index 423c9dde6..5ebcc51a3 100644 --- a/src/search/popup.h +++ b/src/search/popup.h @@ -45,7 +45,7 @@ public: Q_SIGNALS: /** Is emitted whenever settings have changed and a new search might be necessary. */ - void configurationChanged(const DolphinQuery &dolphinQuery); + void configurationChanged(const Search::DolphinQuery &dolphinQuery); /** * Requests for @p message with the given @p messageType to be shown to the user in a non-modal way. -- cgit v1.3.1