X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=mainwindow.cpp;fp=mainwindow.cpp;h=2183934372ade0339340728b7235e09da5a20416;hp=54cc39ecea17cfe9d0fc412981d40e62f5db1fd0;hb=cdf7bea7f0eead18de2616cbfd8697ac0fffb59b;hpb=adb4b10cf99ca7c257b2f749bff90b67286d9992 diff --git a/mainwindow.cpp b/mainwindow.cpp index 54cc39ec..21839343 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -35,7 +35,7 @@ extern "C" { #include "about.h" #include "mainwindow.h" #include "samplingbar.h" -#include "sigview.h" +#include "pv/view/view.h" extern "C" { /* __STDC_FORMAT_MACROS is required for PRIu64 and friends (in C++). */ @@ -138,7 +138,7 @@ void MainWindow::setup_ui() _menu_view->setTitle(QApplication::translate("MainWindow", "&View", 0, QApplication::UnicodeUTF8)); _menu_help->setTitle(QApplication::translate("MainWindow", "&Help", 0, QApplication::UnicodeUTF8)); - _view = new SigView(_session, this); + _view = new pv::view::View(_session, this); _vertical_layout->addWidget(_view); }