]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/colourpopup.hpp
Modified header guards to match file names
[pulseview.git] / pv / widgets / colourpopup.hpp
index a1ee251c7add8d907036e7dad53e1ccb20f90915..2abf1b78c94aa59c6e4fcd8fe4941d87e4b4fbe0 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#ifndef PULSEVIEW_PV_WIDGETS_COLOURPOPUP_H
-#define PULSEVIEW_PV_WIDGETS_COLOURPOPUP_H
+#ifndef PULSEVIEW_PV_WIDGETS_COLOURPOPUP_HPP
+#define PULSEVIEW_PV_WIDGETS_COLOURPOPUP_HPP
 
 #include "popup.hpp"
 #include "wellarray.hpp"
@@ -36,7 +36,7 @@ class ColourPopup : public Popup
 public:
        ColourPopup(int rows, int cols, QWidget *partent);
 
-       QWellArray& well_array();
+       WellArray& well_array();
 
 Q_SIGNALS:
        void selected(int row, int col);
@@ -45,11 +45,11 @@ private Q_SLOTS:
        void colour_selected(int, int);
 
 private:
-       QWellArray well_array_;
+       WellArray well_array_;
        QVBoxLayout layout_;
 };
 
 } // widgets
 } // pv
 
-#endif // PULSEVIEW_PV_WIDGETS_COLOURPOPUP_H
+#endif // PULSEVIEW_PV_WIDGETS_COLOURPOPUP_HPP