Ignore:
Timestamp:
Nov 5, 2009, 4:31:30 PM (16 years ago)
Author:
garnier
Message:

append qt3 fix

Location:
trunk/source/interfaces/basic/include
Files:
7 edited

Legend:

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

    r989 r1156  
    2626//
    2727// $Id: G4UIArrayString.hh,v 1.3 2006/06/29 19:09:27 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: $
    2929//
    3030
  • trunk/source/interfaces/basic/include/G4UIQt.hh

    r1139 r1156  
    3131#define G4UIQt_h
    3232
    33 #if defined(G4UI_BUILD_QT_SESSION) || defined(G4UI_USE_QT) || defined(G4INTY_BUILD_QT)
     33#if defined(G4UI_BUILD_QT_SESSION) || defined(G4UI_USE_QT)
    3434
    3535#include <map>
     
    104104  //   G4String GetCommand(Widget);
    105105  QMainWindow * getMainWindow();
    106   QWidget * getViewWidget();
    107 
    108106
    109107private:
     
    140138  //  static void keyHandler(Widget,XtPointer,XEvent*,Boolean*);
    141139  QMainWindow * fMainWindow;
    142   QWidget *fViewWidget;
    143140  QLabel *fCommandLabel;
    144141  QLineEdit * fCommandArea;
     
    152149  QTreeWidget *fHelpTreeWidget;
    153150#endif
    154   //  QDialog *fHelpDialog;
    155   QWidget *fHelpDialog;
     151  QDialog *fHelpDialog;
    156152  QLineEdit *helpLine;
    157153 
  • trunk/source/interfaces/basic/include/G4UIWin32.hh

    r989 r1156  
    2626//
    2727// $Id: G4UIWin32.hh,v 1.14 2006/06/29 19:09:29 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: $
    2929//
    3030#ifndef G4UIWin32_h
  • trunk/source/interfaces/basic/include/G4UIXaw.hh

    r989 r1156  
    2626//
    2727// $Id: G4UIXaw.hh,v 1.6 2006/06/29 19:09:31 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: $
    2929//
    3030#ifndef G4UIXaw_h
  • trunk/source/interfaces/basic/include/G4UIcsh.hh

    r989 r1156  
    2626//
    2727// $Id: G4UIcsh.hh,v 1.4 2006/06/29 19:09:35 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: $
    2929//
    3030
  • trunk/source/interfaces/basic/include/G4UItcsh.hh

    r989 r1156  
    2626//
    2727// $Id: G4UItcsh.hh,v 1.8 2007/06/14 05:44:58 kmura Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: $
    2929//
    3030
  • trunk/source/interfaces/basic/include/G4UIterminal.hh

    r989 r1156  
    2525//
    2626// $Id: G4UIterminal.hh,v 1.10 2007/05/22 01:51:05 kmura Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: $
    2828//
    2929// ====================================================================
Note: See TracChangeset for help on using the changeset viewer.