]> sigrok.org Git - pulseview.git/blobdiff - pv/view/tracepalette.hpp
Trace: Removed coloured_bg state
[pulseview.git] / pv / view / tracepalette.hpp
index e878a225ea5181a9261cd70e40b2abc6910505a1..86536fe60373a0e87df38b8940724d9b0442980c 100644 (file)
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#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 <QColor>
 
 namespace pv {
-namespace view {
+namespace views {
+namespace TraceView {
 
 class TracePalette
 {
@@ -34,8 +34,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