aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/widgets/PageContainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/ui/widgets/PageContainer.cpp')
-rw-r--r--launcher/ui/widgets/PageContainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/widgets/PageContainer.cpp b/launcher/ui/widgets/PageContainer.cpp
index ed8df460..419ccb66 100644
--- a/launcher/ui/widgets/PageContainer.cpp
+++ b/launcher/ui/widgets/PageContainer.cpp
@@ -66,7 +66,7 @@ public:
protected:
bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const
{
- const QString pattern = filterRegExp().pattern();
+ const QString pattern = filterRegularExpression().pattern();
const auto model = static_cast<PageModel *>(sourceModel());
const auto page = model->pages().at(sourceRow);
if (!page->shouldDisplay())