┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search
diff options
context:
space:
mode:
authorNicolas Fella <[email protected]>2023-07-05 22:44:40 +0200
committerNicolas Fella <[email protected]>2023-07-05 22:44:40 +0200
commitf510339f033658eae27f8400bf042b78b36f82f2 (patch)
treef5ada1ed265b86f6ae44b71218099ec383dd15de /src/search
parentcd2e64154fd5446a7e19aff4cb147efe2f2ba31e (diff)
parented2d352c42a6d517d4f29b3582c0e00aa34fe647 (diff)
Merge branch 'master' into kf6
Diffstat (limited to 'src/search')
-rw-r--r--src/search/dolphinfacetswidget.cpp2
-rw-r--r--src/search/dolphinsearchbox.cpp4
2 files changed, 5 insertions, 1 deletions
diff --git a/src/search/dolphinfacetswidget.cpp b/src/search/dolphinfacetswidget.cpp
index 501f3a956..31f8cb800 100644
--- a/src/search/dolphinfacetswidget.cpp
+++ b/src/search/dolphinfacetswidget.cpp
@@ -308,3 +308,5 @@ void DolphinFacetsWidget::updateTagsMenuItems(const QUrl &, const KFileItemList
updateTagsSelector();
}
+
+#include "moc_dolphinfacetswidget.cpp"
diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp
index b44f19092..9df417c4f 100644
--- a/src/search/dolphinsearchbox.cpp
+++ b/src/search/dolphinsearchbox.cpp
@@ -327,7 +327,7 @@ void DolphinSearchBox::init()
{
// Create search box
m_searchInput = new QLineEdit(this);
- m_searchInput->setPlaceholderText(i18n("Search..."));
+ m_searchInput->setPlaceholderText(i18n("Search…"));
m_searchInput->installEventFilter(this);
m_searchInput->setClearButtonEnabled(true);
m_searchInput->setFont(QFontDatabase::systemFont(QFontDatabase::GeneralFont));
@@ -534,3 +534,5 @@ bool DolphinSearchBox::isIndexingEnabled() const
return false;
#endif
}
+
+#include "moc_dolphinsearchbox.cpp"