]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONAttPainterSelectorFrame.h
Correcting previous commit log : should have been [ Coverity fix ]...
[u/mrichter/AliRoot.git] / MUON / AliMUONAttPainterSelectorFrame.h
index 124e48adb487ee5ca45f36515f774d6c866bf46e..b55eca171ded0fb898df4c91e6a37b128152dea7 100644 (file)
@@ -15,9 +15,6 @@
 #ifndef ROOT_TGFrame
 #  include "TGFrame.h"
 #endif
-#ifndef ROOT_RQ_OBJECT
-#   include <RQ_OBJECT.h>
-#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);