]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Alieve/ITSModuleStepperEditor.h
Remove EVE/Reve/ sub-module.
[u/mrichter/AliRoot.git] / EVE / Alieve / ITSModuleStepperEditor.h
index bcc6311eda9c86e9487ea626c8be847babd880f8..05bb764869e7e609b3e2f44c5ad7d9067156e1c4 100644 (file)
@@ -9,10 +9,7 @@ class TGCheckButton;
 class TGNumberEntry;
 class TGColorSelect;
 
-namespace Reve
-{
-class GridStepperSubEditor;
-}
+class TEveGridStepperSubEditor;
 
 namespace Alieve {
 
@@ -27,7 +24,7 @@ private:
 protected:
   ITSModuleStepper*     fM; // fModel dynamic-casted to ITSModuleStepperEditor
 
-  Reve::GridStepperSubEditor* fStepper;
+  TEveGridStepperSubEditor* fStepper;
    
 public:
   ITSModuleStepperEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30, UInt_t options = kChildFrame, Pixel_t back=GetDefaultFrameBackground());