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

r629@mac-90108: laurentgarnier | 2007-11-09 15:34:57 +0100
mise a jour

File:
1 edited

Legend:

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

    r593 r595  
    3939#include "G4Qt.hh"
    4040
    41 #include <QtGui/QApplication.h>
     41#include <qapplication.h>
    4242
    4343
     
    146146/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    147147{
    148   printf("G4Qt::FlushAndWaitExecution ::  Flush ....\n");
     148  //  printf("G4Qt::FlushAndWaitExecution ::  Flush ....\n");
    149149  if(!qApp) return;
    150150  qApp->processEvents();
Note: See TracChangeset for help on using the changeset viewer.