diff options
Diffstat (limited to 'gr-qtgui/lib/DisplayPlot.h')
-rw-r--r-- | gr-qtgui/lib/DisplayPlot.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-qtgui/lib/DisplayPlot.h b/gr-qtgui/lib/DisplayPlot.h index 6a1e684169..26d9412344 100644 --- a/gr-qtgui/lib/DisplayPlot.h +++ b/gr-qtgui/lib/DisplayPlot.h @@ -257,14 +257,14 @@ public slots: // Because of the preprocessing of slots in QT, these are not // easily separated by the version check. Make one for each // version until it's worked out. - void OnPickerPointSelected(const QwtDoublePoint & p); - void OnPickerPointSelected6(const QPointF & p); + void onPickerPointSelected(const QwtDoublePoint & p); + void onPickerPointSelected6(const QPointF & p); signals: void plotPointSelected(const QPointF p); protected slots: - void LegendEntryChecked(QwtPlotItem *plotItem, bool on); + void legendEntryChecked(QwtPlotItem *plotItem, bool on); protected: int _nplots; |