diff --git a/commands/imagelib/effects/kpEffectInvertCommand.cpp b/commands/imagelib/effects/kpEffectInvertCommand.cpp --- a/commands/imagelib/effects/kpEffectInvertCommand.cpp +++ b/commands/imagelib/effects/kpEffectInvertCommand.cpp @@ -46,8 +46,7 @@ kpEffectInvertCommand::kpEffectInvertCommand (bool actOnSelection, kpCommandEnvironment *environ) - : kpEffectCommandBase (i18n ("Invert Colors"), actOnSelection, environ), - m_channels (kpEffectInvert::RGB) + : kpEffectInvertCommand(kpEffectInvert::RGB, actOnSelection, environ) { }