Fix reference to Types::ImmutabilityType.

I don't know how Types::Types::ImmutabilityType even worked in gcc...
This commit is contained in:
Nicolás Alvarez 2014-08-30 14:45:50 -03:00
parent 0807dda74f
commit 8515d0ef09

View File

@ -338,7 +338,7 @@ KPluginInfo Applet::pluginInfo() const
return d->appletDescription;
}
Types::Types::ImmutabilityType Applet::immutability() const
Types::ImmutabilityType Applet::immutability() const
{
// if this object is itself system immutable, then just return that; it's the most
// restrictive setting possible and will override anything that might be happening above it
@ -375,7 +375,7 @@ Types::Types::ImmutabilityType Applet::immutability() const
}
}
void Applet::setImmutability(const Types::Types::ImmutabilityType immutable)
void Applet::setImmutability(const Types::ImmutabilityType immutable)
{
if (d->immutability == immutable || immutable == Types::SystemImmutable) {
// we do not store system immutability in d->immutability since that gets saved