X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=mainwindow.h;h=c0a4248d29fc3e7779ca4a74357cb8edd57f0078;hp=6a1e52ca2d8ddd3a5e3264f3bd37f842a5081cb3;hb=b3f22de060b73f15ad3eb2dabee04a0b4f5d947e;hpb=adb4b10cf99ca7c257b2f749bff90b67286d9992 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;