/********************************************************************** --- TQt Architect generated file --- File: ssfepromptdata.h Last generated: Thu Jan 15 21:21:29 1998 DO NOT EDIT!!! This file will be automatically regenerated by qtarch. All changes will be lost. *********************************************************************/ #ifndef ssfepromptdata_included #define ssfepromptdata_included #include <tqdialog.h> #include <tqlabel.h> #include <tqlineedit.h> class ssfepromptdata : public TQDialog { Q_OBJECT public: ssfepromptdata ( TQWidget* parent = NULL, const char* name = NULL ); virtual ~ssfepromptdata(); public slots: protected slots: virtual void terminate(); protected: TQLabel* prompt; TQLineEdit* SLine; }; #endif // ssfepromptdata_included