diff options
| -rw-r--r-- | src/search/dolphinquery.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/dolphinquery.h b/src/search/dolphinquery.h index 736abf66f..e60008e3b 100644 --- a/src/search/dolphinquery.h +++ b/src/search/dolphinquery.h @@ -29,7 +29,7 @@ * @brief Simple query model that parses a Baloo search Url and extracts its * separate components to be displayed on dolphin search box. */ -class DOLPHIN_EXPORT DolphinQuery +class DolphinQuery { public: /** Calls Baloo::Query::fromSearchUrl() with the given @p searchUrl |
