[tracking] Make names of user-tracking styles consistent
- use kuserfeedback instead of "kde", to name the technology, not the community
This commit is contained in:
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…
Reference in New Issue
Block a user