X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=mainwindow.cpp;h=df250eff7fe99e9ab1aeed968126378b261e2c40;hp=865d6e2a876e72f9f3fd90865c7c91bc6d8c5799;hb=190fc91a86d732c7c9d14603b6bf263894a0e159;hpb=e43840c7360f2c1042aea3a228e157d37e0c5a86 diff --git a/mainwindow.cpp b/mainwindow.cpp index 865d6e2a..df250eff 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * @@ -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); }