X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=mainwindow.h;h=c0a4248d29fc3e7779ca4a74357cb8edd57f0078;hp=6a1e52ca2d8ddd3a5e3264f3bd37f842a5081cb3;hb=8f94be14588c7a7ca0f483b649d7a7b5b5f45ae9;hpb=a429590b40f74cebd13986bb1b4c06a4b47d8815 diff --git a/mainwindow.h b/mainwindow.h index 6a1e52ca..c0a4248d 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -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 * @@ -26,10 +26,11 @@ #include "sigsession.h" class SamplingBar; -class SigView; -namespace Ui { -class MainWindow; +namespace pv { +namespace view { +class View; +} } class QAction; @@ -53,7 +54,7 @@ private: private: SigSession _session; - SigView *_view; + pv::view::View *_view; QAction *_action_open; QAction *_action_view_zoom_in;