[tracking] Make names of user-tracking styles consistent

- use kuserfeedback instead of "kde", to name the technology,
  not the community
main
Adriaan de Groot 5 years ago
parent 5623d8086b
commit 3f55d415e9

@ -154,7 +154,7 @@ UserTrackingConfig::UserTrackingConfig( QObject* parent )
static bool
isValidUserTrackingStyle( const QString& s )
{
static QStringList knownStyles { "kde" };
static QStringList knownStyles { "kuserfeedback" };
return knownStyles.contains( s );
}

Loading…
Cancel
Save