00001 00002 #ifndef _QGUI_WARN_WINDOW_HH_ 00003 #define _QGUI_WARN_WINDOW_HH_ 00004 00005 #include <TGFrame.h> 00006 #include <string> 00007 00014 class QGUIWarnWindow: public TGTransientFrame 00015 { 00016 public: 00018 QGUIWarnWindow(const TGWindow *main, const std::string& message); 00019 00021 virtual ~QGUIWarnWindow(); 00022 00024 void CloseWindow(); /*SIGNAL*/ 00025 00026 private: 00027 ClassDef(QGUIWarnWindow,0) 00028 }; 00029 #endif