summaryrefslogtreecommitdiffstats
path: root/src/widget/wcuemenupopup.h
diff options
context:
space:
mode:
authorFerran Pujol Camins <ferranpujolcamins@gmail.com>2019-11-04 09:50:15 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-28 23:47:05 +0100
commitbbc45039679110475e85ce06f0ec61416f0a6d10 (patch)
tree84308c628491e6f72ad1bc04f28d30310d5f27ee /src/widget/wcuemenupopup.h
parent0ef7da41f6a2765e1817c58b4432bf02bf530a31 (diff)
Rename some color related classes
Diffstat (limited to 'src/widget/wcuemenupopup.h')
-rw-r--r--src/widget/wcuemenupopup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/wcuemenupopup.h b/src/widget/wcuemenupopup.h
index e9d7a93274..1861a82203 100644
--- a/src/widget/wcuemenupopup.h
+++ b/src/widget/wcuemenupopup.h
@@ -23,7 +23,7 @@ class WCueMenuPopup : public QWidget {
void setTrackAndCue(TrackPointer pTrack, CuePointer pCue);
- void useColorSet(const HotcueColorPalette& palette) {
+ void useColorSet(const ColorPalette& palette) {
if (m_pColorPicker != nullptr) {
m_pColorPicker->useColorSet(palette);
}