X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=mainwindow.cpp;h=df250eff7fe99e9ab1aeed968126378b261e2c40;hb=b3f22de060b73f15ad3eb2dabee04a0b4f5d947e;hp=54cc39ecea17cfe9d0fc412981d40e62f5db1fd0;hpb=adb4b10cf99ca7c257b2f749bff90b67286d9992;p=pulseview.git diff --git a/mainwindow.cpp b/mainwindow.cpp index 54cc39e..df250ef 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); }