X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Ftrace.hpp;h=8c99191790e6aa7e6c783a0c0b5d9a95f678c19d;hb=af503b104d890a357c736c678bb00296d889c090;hp=e6e053dac26c114828843b508a13c4bdb4819067;hpb=7708eb92ca87836f5d4987899e0fbb7a4e2335b4;p=pulseview.git diff --git a/pv/view/trace.hpp b/pv/view/trace.hpp index e6e053d..8c99191 100644 --- a/pv/view/trace.hpp +++ b/pv/view/trace.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_VIEW_TRACE_H -#define PULSEVIEW_PV_VIEW_TRACE_H +#ifndef PULSEVIEW_PV_VIEW_TRACE_HPP +#define PULSEVIEW_PV_VIEW_TRACE_HPP #include #include @@ -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 @@ -133,4 +133,4 @@ private: } // namespace view } // namespace pv -#endif // PULSEVIEW_PV_VIEW_TRACE_H +#endif // PULSEVIEW_PV_VIEW_TRACE_HPP