X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONAttPainterSelectorFrame.h;h=b55eca171ded0fb898df4c91e6a37b128152dea7;hb=debeb29aad2b9612a902ee16e9393916ebf6eb82;hp=124e48adb487ee5ca45f36515f774d6c866bf46e;hpb=0145e89abcfc92979b59eb1e7514739f1f945d05;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONAttPainterSelectorFrame.h b/MUON/AliMUONAttPainterSelectorFrame.h index 124e48adb48..b55eca171de 100644 --- a/MUON/AliMUONAttPainterSelectorFrame.h +++ b/MUON/AliMUONAttPainterSelectorFrame.h @@ -15,9 +15,6 @@ #ifndef ROOT_TGFrame # include "TGFrame.h" #endif -#ifndef ROOT_RQ_OBJECT -# include -#endif #ifndef ALIMUONATTPAINTER_H # include "AliMUONAttPainter.h" #endif @@ -26,15 +23,13 @@ class TGButtonGroup; class AliMUONAttPainterSelectorFrame : public TGHorizontalFrame { - RQ_OBJECT("AliMUONAttPainterSelectorFrame") - public: AliMUONAttPainterSelectorFrame(TGWindow* p=0x0, UInt_t w=1, UInt_t h=1); virtual ~AliMUONAttPainterSelectorFrame(); void Update(const AliMUONAttPainter& att); - void Clicked(AliMUONAttPainter* newValues); // *SIGNAL* + void Clicked(const AliMUONAttPainter* newValues); // *SIGNAL* void CathodeClicked(Int_t buttonId);