X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftracegroup.hpp;h=6407f1b2fa72f77056f635b9864275ffeae9ec0c;hp=2a78f22c25cbed08e6836507f48e2fb5a4c0d901;hb=af503b104d890a357c736c678bb00296d889c090;hpb=6e2c3c855dff36f6e946e2a54d576bea699f4a61 diff --git a/pv/view/tracegroup.hpp b/pv/view/tracegroup.hpp index 2a78f22c..6407f1b2 100644 --- a/pv/view/tracegroup.hpp +++ b/pv/view/tracegroup.hpp @@ -18,16 +18,16 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_VIEW_TRACEGROUP_H -#define PULSEVIEW_PV_VIEW_TRACEGROUP_H +#ifndef PULSEVIEW_PV_VIEW_TRACEGROUP_HPP +#define PULSEVIEW_PV_VIEW_TRACEGROUP_HPP -#include "rowitem.hpp" -#include "rowitemowner.hpp" +#include "tracetreeitem.hpp" +#include "tracetreeitemowner.hpp" namespace pv { namespace view { -class TraceGroup : public RowItem, public RowItemOwner +class TraceGroup : public TraceTreeItem, public TraceTreeItemOwner { Q_OBJECT @@ -130,4 +130,4 @@ private Q_SLOTS: } // view } // pv -#endif // PULSEVIEW_PV_VIEW_TRACEGROUP_H +#endif // PULSEVIEW_PV_VIEW_TRACEGROUP_HPP