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

see history

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/interfaces/basic/src/G4UIQt.cc

    r861 r867  
    2525//
    2626//
    27 // $Id: G4UIQt.cc,v 1.18 2008/10/02 08:50:39 lgarnier Exp $
     27// $Id: G4UIQt.cc,v 1.20 2008/10/15 09:09:47 lgarnier Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    7070#include <qlistview.h>
    7171#include <qpopupmenu.h>
     72#include <qwidgetlist.h>
    7273#endif
    7374
     
    101102*/
    102103G4UIQt::G4UIQt (
    103  int argc
     104 int* argc
    104105,char** argv
    105106)
    106107  :fHelpDialog(NULL)
    107108{
    108 #ifdef GEANT4_QT_DEBUG
    109   printf("G4UIQt::Initialise %d %s\n",argc,argv[0]);
    110 #endif
    111109  G4Qt* interactorManager = G4Qt::getInstance (argc,argv,(char*)"Qt");
    112110  G4UImanager* UI = G4UImanager::GetUIpointer();
Note: See TracChangeset for help on using the changeset viewer.