X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fheader.hpp;h=deb984d0dee90585c8661d2118ce3e652ccdc29a;hp=ac8f792f6b9656b9de622eb82a0001aae06b0ca8;hb=47e9e7bbc3a4e91a960f4cbb1db48c5aff6dcace;hpb=1dffa582704bb6acb144a3e89bd6eb0e2ccf4f25 diff --git a/pv/view/header.hpp b/pv/view/header.hpp index ac8f792f..deb984d0 100644 --- a/pv/view/header.hpp +++ b/pv/view/header.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_VIEW_HEADER_H -#define PULSEVIEW_PV_VIEW_HEADER_H +#ifndef PULSEVIEW_PV_VIEW_HEADER_HPP +#define PULSEVIEW_PV_VIEW_HEADER_HPP #include #include @@ -30,7 +30,7 @@ namespace pv { namespace view { -class RowItem; +class TraceTreeItem; class View; class ViewItem; @@ -80,7 +80,7 @@ private: private: void contextMenuEvent(QContextMenuEvent *event); - void keyPressEvent(QKeyEvent *e); + void keyPressEvent(QKeyEvent *event); private Q_SLOTS: void on_group(); @@ -91,4 +91,4 @@ private Q_SLOTS: } // namespace view } // namespace pv -#endif // PULSEVIEW_PV_VIEW_HEADER_H +#endif // PULSEVIEW_PV_VIEW_HEADER_HPP