]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Alieve/ITSModuleStepperEditor.cxx
Remove EVE/Reve/ sub-module.
[u/mrichter/AliRoot.git] / EVE / Alieve / ITSModuleStepperEditor.cxx
index 3568e466c8558ad5db7b52adc89a5055408aa16c..f4608e1671b083e8a5777ac41a801b9fc416090e 100644 (file)
@@ -2,8 +2,8 @@
 
 #include "ITSModuleStepperEditor.h"
 #include <Alieve/ITSModuleStepper.h>
-#include <Reve/GridStepperEditor.h>
-#include <Reve/ReveManager.h>
+#include <TEveGridStepperEditor.h>
+#include <TEveManager.h>
 
 #include <TVirtualPad.h>
 #include <TColor.h>
@@ -13,8 +13,6 @@
 #include <TGNumberEntry.h>
 #include <TGColorSelect.h>
 #include <TGDoubleSlider.h>
-
-using namespace Reve;
 using namespace Alieve;
 
 //______________________________________________________________________
@@ -32,7 +30,7 @@ ITSModuleStepperEditor::ITSModuleStepperEditor(const TGWindow *p, Int_t width, I
 {
   MakeTitle("ITSModuleStepper");
 
-  fStepper =  new GridStepperSubEditor(this);
+  fStepper =  new TEveGridStepperSubEditor(this);
   fStepper->Connect("Changed()", "Alieve::ITSModuleStepperEditor", this, "UpdateStore()");
   AddFrame(fStepper, new TGLayoutHints(kLHintsTop | kLHintsExpandX, 2, 0, 0, 0));
 }
@@ -54,5 +52,5 @@ void ITSModuleStepperEditor::UpdateStore()
 {
   fM->Apply();
   Update();
-  gReve->Redraw3D(kTRUE);
+  gEve->Redraw3D(kTRUE);
 }