diff options
Diffstat (limited to 'src/gui/editors/parameters/AudioInstrumentParameterPanel.cpp')
-rw-r--r-- | src/gui/editors/parameters/AudioInstrumentParameterPanel.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/editors/parameters/AudioInstrumentParameterPanel.cpp b/src/gui/editors/parameters/AudioInstrumentParameterPanel.cpp index 7d9abe8..d550b6d 100644 --- a/src/gui/editors/parameters/AudioInstrumentParameterPanel.cpp +++ b/src/gui/editors/parameters/AudioInstrumentParameterPanel.cpp @@ -217,19 +217,19 @@ AudioInstrumentParameterPanel::setButtonColour( // Set the bypass colour on the plugin button if (bypassState) { button-> - setPaletteForegroundColor(kapp->palette(). + setPaletteForegroundColor(tdeApp->palette(). color(TQPalette::Active, TQColorGroup::Button)); button-> - setPaletteBackgroundColor(kapp->palette(). + setPaletteBackgroundColor(tdeApp->palette(). color(TQPalette::Active, TQColorGroup::ButtonText)); } else if (colour == TQt::black) { button-> - setPaletteForegroundColor(kapp->palette(). + setPaletteForegroundColor(tdeApp->palette(). color(TQPalette::Active, TQColorGroup::ButtonText)); button-> - setPaletteBackgroundColor(kapp->palette(). + setPaletteBackgroundColor(tdeApp->palette(). color(TQPalette::Active, TQColorGroup::Button)); } else { button-> |