X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=mainwindow.cpp;h=2183934372ade0339340728b7235e09da5a20416;hb=3db297c4f9c6cf3023e68b1f9e37ac4ea1c7ef3c;hp=865d6e2a876e72f9f3fd90865c7c91bc6d8c5799;hpb=e43840c7360f2c1042aea3a228e157d37e0c5a86;p=pulseview.git diff --git a/mainwindow.cpp b/mainwindow.cpp index 865d6e2..2183934 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -35,7 +35,7 @@ extern "C" { #include "about.h" #include "mainwindow.h" #include "samplingbar.h" -#include "sigviewport.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 SigViewport(_session, this); + _view = new pv::view::View(_session, this); _vertical_layout->addWidget(_view); }