X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=mainwindow.cpp;h=df250eff7fe99e9ab1aeed968126378b261e2c40;hp=54cc39ecea17cfe9d0fc412981d40e62f5db1fd0;hb=8f94be14588c7a7ca0f483b649d7a7b5b5f45ae9;hpb=adb4b10cf99ca7c257b2f749bff90b67286d9992 diff --git a/mainwindow.cpp b/mainwindow.cpp index 54cc39ec..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 "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); }