#include "TGFrame.h" class tgupdate : public TGMainFrame { private: TGTextButton *prout; public: tgupdate(const TGWindow *p, UInt_t w, UInt_t h); virtual ~tgupdate() {} void run_me(); ClassDef(tgupdate, 0) }; void run_me();