X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fmainwindow.hpp;h=42462d22a7cca0d9ff13ab844897e240a51f8968;hb=7c65709437184b09753d1bcacc02467b8f6171f1;hp=8a67c615ca0718ec16e37f8cab203bc087edab5b;hpb=51cf49fe312f92cccde3e861d357e4b459976c0d;p=pulseview.git diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index 8a67c615..42462d22 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -26,7 +26,7 @@ #include -#include "sigsession.hpp" +#include "session.hpp" struct srd_decoder; @@ -42,7 +42,7 @@ class DeviceManager; namespace toolbars { class ContextBar; -class SamplingBar; +class MainBar; } namespace view { @@ -133,7 +133,7 @@ private: QWidget *central_widget_; QVBoxLayout *vertical_layout_; - toolbars::SamplingBar *sampling_bar_; + toolbars::MainBar *main_bar_; }; } // namespace pv