renamed all references to the Player module to Conveyor
[clinton/Smoothieware.git] / src / libs / Kernel.h
index 6497f9c..0f08270 100644 (file)
@@ -41,7 +41,7 @@ typedef void (Module::*ModuleCallback)(void * argument);
 
 //Module manager
 class Module;
-class Player;
+class Conveyor;
 class SlowTicker;
 class Kernel {
     public:
@@ -60,7 +60,7 @@ class Kernel {
         Stepper*          stepper;
         Planner*          planner;
         Config*           config;
-        Player*           player;
+        Conveyor*           conveyor;
         Pauser*           pauser;
 
         int debug;