X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fcursorpair.hpp;h=110f9ea087c046fc6afd4c859f715e979cdbbd2c;hp=7cbd4f05f53aa440c1f35820ef4a2bc65bf17f9c;hb=f4e57597347e47a4ea58fbdc7b0a22e07f1c0ede;hpb=b2650e6978b19c44a6fc375931bc412ad4eefa5b diff --git a/pv/view/cursorpair.hpp b/pv/view/cursorpair.hpp index 7cbd4f05..110f9ea0 100644 --- a/pv/view/cursorpair.hpp +++ b/pv/view/cursorpair.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_VIEW_CURSORPAIR_HPP -#define PULSEVIEW_PV_VIEW_CURSORPAIR_HPP +#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_CURSORPAIR_HPP +#define PULSEVIEW_PV_VIEWS_TRACEVIEW_CURSORPAIR_HPP #include "cursor.hpp" @@ -30,7 +30,8 @@ class QPainter; namespace pv { -namespace view { +namespace views { +namespace TraceView { class CursorPair : public TimeItem { @@ -105,7 +106,8 @@ private: QSizeF text_size_; }; -} // namespace view +} // namespace TraceView +} // namespace views } // namespace pv -#endif // PULSEVIEW_PV_VIEW_CURSORPAIR_HPP +#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_CURSORPAIR_HPP