Changeset 928 for trunk


Ignore:
Timestamp:
09/13/01 09:49:11 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/meventdisp/MGFadcDisp.cc

    r749 r928  
    3131#include <TGButton.h>      // TGPictureButton
    3232#include <TGLabel.h>       // TGLabel
    33 #include <TGSplitter.h>    // TGHorizontal3DLine
    3433#include <TGTab.h>         // TGTab
    3534#include <TGListBox.h>     // TGListBox
     
    3938#include <TGTextEntry.h>   
    4039#include <TGMsgBox.h>
     40#include <TG3DLine.h>      // TGHorizontal3DLine
     41                           // use TGSplitter instead for root<3.00
    4142
    4243
  • trunk/MagicSoft/Mars/mmain/MMars.cc

    r749 r928  
    3232#include <TGMsgBox.h>      // TGMsgBox
    3333#include <TGButton.h>      // TGPictureButton
    34 #include <TGSplitter.h>    // TGHorizontal3DLine
     34#include <TG3DLine.h>      // TGHorizontal3DLine
     35                           // use TGSplitter.h for root<3.00
    3536
    3637#include "MEvtDisp.h"
Note: See TracChangeset for help on using the changeset viewer.