]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/wellarray.cpp
Renamed C++ headers to .hpp
[pulseview.git] / pv / widgets / wellarray.cpp
index dcc3b417e146474a3b26cfea0f07d60ade86ccb6..26c257acd691c20f09b3f2d665855c64c6990d66 100644 (file)
@@ -44,7 +44,7 @@
 #include <QStyle>
 #include <QStyleOptionFrame>
 
-#include "wellarray.h"
+#include "wellarray.hpp"
 
 void QWellArray::paintEvent(QPaintEvent *e)
 {
@@ -217,7 +217,7 @@ void QWellArray::setSelected(int row, int col)
     updateCell(oldRow, oldCol);
     updateCell(selRow, selCol);
     if (row >= 0)
-        emit selected(row, col);
+        Q_EMIT selected(row, col);
 }
 
 void QWellArray::focusInEvent(QFocusEvent*)