Time -> DCPTime.
[dcpomatic.git] / src / wx / timecode.h
index 5b094e39f0c2c3cf6d67d36eba70a804acf73017..6a8bf03df3d19a33206b68098bb9790e34a0345b 100644 (file)
 #include <wx/wx.h>
 #include "lib/types.h"
 
-class Timecode : public wxPanel
+class DCPTimecode : public wxPanel
 {
 public:
-       Timecode (wxWindow *);
+       DCPTimecode (wxWindow *);
 
-       void set (Time, int);
-       Time get (int) const;
+       void set (DCPTime, int);
+       DCPTime get (int) const;
 
        void set_editable (bool);