]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/tracepalette.hpp
Session: Fix issue #67 by improving error handling
[pulseview.git] / pv / views / trace / tracepalette.hpp
index c3a8701742f501fee481a8d653c1cb32300ebc8e..6273605d83d84ed81b7911f538d53db838d5d3d7 100644 (file)
@@ -17,8 +17,8 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_TRACEPALETTE_HPP
-#define PULSEVIEW_PV_VIEWS_TRACEVIEW_TRACEPALETTE_HPP
+#ifndef PULSEVIEW_PV_VIEWS_TRACE_TRACEPALETTE_HPP
+#define PULSEVIEW_PV_VIEWS_TRACE_TRACEPALETTE_HPP
 
 #include <QColor>
 
@@ -31,11 +31,11 @@ class TracePalette
 public:
        static const unsigned int Cols = 8;
        static const unsigned int Rows = 4;
-       static const QColor Colours[Cols * Rows];
+       static const QColor Colors[Cols * Rows];
 };
 
 } // namespace trace
 } // namespace views
 } // namespace pv
 
-#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_TRACEPALETTE_HPP
+#endif // PULSEVIEW_PV_VIEWS_TRACE_TRACEPALETTE_HPP