summaryrefslogtreecommitdiffstats
path: root/src/widget/woverview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/woverview.h')
-rw-r--r--src/widget/woverview.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widget/woverview.h b/src/widget/woverview.h
index 5536f20bb0..4837b89f00 100644
--- a/src/widget/woverview.h
+++ b/src/widget/woverview.h
@@ -20,7 +20,7 @@
#include "analyzer/analyzerprogress.h"
#include "track/track.h"
-#include "widget/cuemenu.h"
+#include "widget/wcuemenupopup.h"
#include "widget/trackdroptarget.h"
#include "widget/wwidget.h"
@@ -101,7 +101,7 @@ class WOverview : public WWidget, public TrackDropTarget {
void receiveCuesUpdated();
void slotWaveformSummaryUpdated();
- void slotCueMenuAboutToHide();
+ void slotCueMenuPopupAboutToHide();
private:
// Append the waveform overview pixmap according to available data
@@ -141,7 +141,7 @@ class WOverview : public WWidget, public TrackDropTarget {
TrackPointer m_pCurrentTrack;
ConstWaveformPointer m_pWaveform;
- std::unique_ptr<CueMenu> m_pCueMenu;
+ std::unique_ptr<WCueMenuPopup> m_pCueMenuPopup;
bool m_bShowCueTimes;
int m_iPosSeconds;
@@ -149,7 +149,7 @@ class WOverview : public WWidget, public TrackDropTarget {
bool m_bLeftClickDragging;
// Internal storage of slider position in pixels
int m_iPickupPos;
- // position of the overlay shaddow
+ // position of the overlay shadow
int m_iPlayPos;
WaveformMarkPointer m_pHoveredMark;