diff options
Diffstat (limited to 'src/panels/filter')
| -rw-r--r-- | src/panels/filter/filterpanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/filter/filterpanel.cpp b/src/panels/filter/filterpanel.cpp index 97389e08f..1ee9ccba4 100644 --- a/src/panels/filter/filterpanel.cpp +++ b/src/panels/filter/filterpanel.cpp @@ -65,7 +65,7 @@ FilterPanel::~FilterPanel() bool FilterPanel::urlChanged() { - if (!url().protocol().startsWith("nepomuk")) { + if (!url().protocol().startsWith(QLatin1String("nepomuk"))) { // Remember the current directory before a searching is started. // This is required to restore the directory in case that all facets // have been reset by the user (see slotQueryTermChanged()). |
