Ignore:
Timestamp:
Oct 15, 2008, 2:49:22 PM (17 years ago)
Author:
garnier
Message:

see history

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/interfaces/basic/include/G4UIQt.hh

    r850 r867  
    2525//
    2626//
    27 // $Id: G4UIQt.hh,v 1.12 2008/03/10 17:03:16 lgarnier Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4UIQt.hh,v 1.14 2008/10/15 09:09:47 lgarnier Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030#ifndef G4UIQt_h
     
    5858// Class description :
    5959//
    60 //  G4UIQt : class to handle a Motif interactive session.
    61 // G4UIQt is the Motif version of G4UIterminal.
     60//  G4UIQt : class to handle a Qt interactive session.
     61// G4UIQt is the Qt version of G4UIterminal.
    6262//
    6363//  A command box is at disposal for entering/recalling Geant4 commands.
     
    8080
    8181public: // With description
    82   G4UIQt(int,char**);
     82  G4UIQt(int*,char**);
    8383  // (argv, argc) or (0, NULL) had to be given.
    8484  G4UIsession* SessionStart();
Note: See TracChangeset for help on using the changeset viewer.