X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftracepalette.hpp;h=bf5f92cce1b84c14e82aeddb4be9d60f2be0c650;hp=e878a225ea5181a9261cd70e40b2abc6910505a1;hb=f4e57597347e47a4ea58fbdc7b0a22e07f1c0ede;hpb=90d77e35b43fb7fdffc800945761bf95ba9faf02 diff --git a/pv/view/tracepalette.hpp b/pv/view/tracepalette.hpp index e878a22..bf5f92c 100644 --- a/pv/view/tracepalette.hpp +++ b/pv/view/tracepalette.hpp @@ -18,13 +18,14 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_TRACEPALETTE_HPP -#define PULSEVIEW_PV_TRACEPALETTE_HPP +#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_TRACEPALETTE_HPP +#define PULSEVIEW_PV_VIEWS_TRACEVIEW_TRACEPALETTE_HPP #include namespace pv { -namespace view { +namespace views { +namespace TraceView { class TracePalette { @@ -34,8 +35,8 @@ public: static const QColor Colours[Cols * Rows]; }; +} // namespace TraceView +} // namespace views +} // namespace pv -} // view -} // pv - -#endif // PULSEVIEW_PV_VIEW_TRACEPALETTE_HPP +#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_TRACEPALETTE_HPP