#ifndef ROOT_TQApplication
#define ROOT_TQApplication
#ifndef ROOT_TApplication
#include "TApplication.h"
#endif
class TQApplication : public TApplication {
private:
Bool_t fCustomized;
public:
TQApplication();
TQApplication(const char *appClassName, int *argc, char **argv, void *options = 0, int numOptions = 0);
virtual ~TQApplication();
virtual void LoadGraphicsLibs();
void SetCustomized();
ClassDef(TQApplication,0)
};
#endif
Last change: Wed Jun 25 08:51:38 2008
Last generated: 2008-06-25 08:51
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.