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()).
/***************************************************************************
* Copyright (C) 2006-2010 by Peter Penz <peter.penz19@gmail.com> *
- * Copyright (C) 2006 by Cvetoslav Ludmiloff *
+ * Copyright (C) 2006 by Cvetoslav Ludmiloff <ludmiloff@gmail.com> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
void StartupSettingsPage::slotSettingsChanged()
{
// Provide a hint that the startup settings have been changed. This allows the views
- // to apply the startup settings only if they have been explicitely changed by the user
+ // to apply the startup settings only if they have been explicitly changed by the user
// (see bug #254947).
GeneralSettings* settings = DolphinSettings::instance().generalSettings();
settings->setModifiedStartupSettings(true);