X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Ftrace.hpp;h=8c99191790e6aa7e6c783a0c0b5d9a95f678c19d;hb=af503b104d890a357c736c678bb00296d889c090;hp=7d0b8a09deb51b6d693782b4e4d4de19ad3fe2a2;hpb=dbf74f26f6bd9fd5277f090fea8e4f5506c19911;p=pulseview.git diff --git a/pv/view/trace.hpp b/pv/view/trace.hpp index 7d0b8a09..8c991917 100644 --- a/pv/view/trace.hpp +++ b/pv/view/trace.hpp @@ -29,7 +29,7 @@ #include -#include "rowitem.hpp" +#include "tracetreeitem.hpp" class QFormLayout; @@ -41,7 +41,7 @@ class Popup; namespace view { -class Trace : public RowItem +class Trace : public TraceTreeItem { Q_OBJECT