Changeset 2898


Ignore:
Timestamp:
01/23/04 18:56:35 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc

    r2897 r2898  
    862862    // This means, that after TCanvas has processed an event
    863863    // EventInfo of this class is called, see TCanvas::HandleInput
    864     c.ConnectToClass("ProcessedEvent(Int_t,Int_t,Int_t,TObject*)",
    865                      "MStatusDisplay", this, "EventInfo(Int_t,Int_t,Int_t,TObject*)");
     864    c.Connect("ProcessedEvent(Int_t,Int_t,Int_t,TObject*)",
     865              "MStatusDisplay", this, "EventInfo(Int_t,Int_t,Int_t,TObject*)");
    866866
    867867    // layout and map new tab
Note: See TracChangeset for help on using the changeset viewer.