]> sigrok.org Git - pulseview.git/blobdiff - pv/view/marginwidget.hpp
Standardize on 'event' as name for all Qt events.
[pulseview.git] / pv / view / marginwidget.hpp
index 0a24ad2ece705bde08e7c4be1af1421e680e9b7d..455aaf970aed35c734269ebd08ba03f8d6edf74a 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#ifndef PULSEVIEW_PV_MARGINWIDGET_H
-#define PULSEVIEW_PV_MARGINWIDGET_H
+#ifndef PULSEVIEW_PV_MARGINWIDGET_HPP
+#define PULSEVIEW_PV_MARGINWIDGET_HPP
 
 #include <memory>
 
@@ -63,10 +63,10 @@ protected:
 protected:
        virtual void contextMenuEvent(QContextMenuEvent *event);
 
-       virtual void keyPressEvent(QKeyEvent *e);
+       virtual void keyPressEvent(QKeyEvent *event);
 };
 
 } // namespace view
 } // namespace pv
 
-#endif // PULSEVIEW_PV_MARGINWIDGET_H
+#endif // PULSEVIEW_PV_MARGINWIDGET_HPP