diff options
| author | Peter Penz <[email protected]> | 2011-02-03 16:51:08 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-02-03 16:51:08 +0100 |
| commit | 687f40b54564a99b734dac4a5328b848c4795206 (patch) | |
| tree | 74cd26f09c545c5b3e26ad695748a476a7274608 /src/panels/filter | |
| parent | d0ff8aea0bae0c12407bd78b2d276b20ed7be564 (diff) | |
Fix 3 issues reported by "krazy"
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()). |
