Ignore:
Timestamp:
Nov 9, 2007, 3:32:25 PM (17 years ago)
Author:
garnier
Message:

r627@mac-90108: laurentgarnier | 2007-11-09 07:57:42 +0100
modif dans les includes directives

Location:
trunk/geant4/interfaces/common/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/interfaces/common/src/G4Qt.cc

    r578 r593  
    2525//
    2626//
    27 // $Id: G4Qt.cc,v 1.11 2007/05/29 11:10:28 $
    28 // GEANT4 tag $Name: geant4-08-01 $
     27// $Id: G4Qt.cc,v 1.3 2007/11/08 17:00:09 lgarnier Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030// L. Garnier
     
    3838
    3939#include "G4Qt.hh"
     40
     41#include <QtGui/QApplication.h>
     42
    4043
    4144#define NewString(str)  \
     
    135138//  return         &event;
    136139  printf("*");
     140  return 0;
    137141}
    138142/***************************************************************************/
  • trunk/geant4/interfaces/common/src/G4VBasicShell.cc

    r571 r593  
    2626//
    2727// $Id: G4VBasicShell.cc,v 1.12 2006/06/29 19:10:20 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     28// GEANT4 tag $Name: geant4-09-00-ref-01 $
    2929//
    3030
     
    197197    std::vector<G4UIcommand*> commands;
    198198    G4int n_commandEntry = aTree->GetCommandEntry();
    199     for( int i_thCommand = 1; i_thCommand <= n_commandEntry; i_thCommand++ ) {
     199    for( G4int i_thCommand = 1; i_thCommand <= n_commandEntry; i_thCommand++ ) {
    200200      G4UIcommand* cmd = aTree->GetCommand(i_thCommand);
    201201      G4String ss = cmd->GetCommandName();
  • trunk/geant4/interfaces/common/src/G4VInteractorManager.cc

    r483 r593  
    2626//
    2727// $Id: G4VInteractorManager.cc,v 1.13 2006/06/29 19:10:24 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     28// GEANT4 tag $Name: geant4-09-00-ref-01 $
    2929//
    3030// G.Barrand
  • trunk/geant4/interfaces/common/src/G4Win32.cc

    r483 r593  
    2626//
    2727// $Id: G4Win32.cc,v 1.9 2006/06/29 19:10:26 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     28// GEANT4 tag $Name: geant4-09-00-ref-01 $
    2929//
    3030// G.Barrand
  • trunk/geant4/interfaces/common/src/G4Xt.cc

    r483 r593  
    2626//
    2727// $Id: G4Xt.cc,v 1.11 2006/06/29 19:10:28 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     28// GEANT4 tag $Name: geant4-09-00-ref-01 $
    2929//
    3030// G.Barrand
Note: See TracChangeset for help on using the changeset viewer.