You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
678 B
39 lines
678 B
/**********************************************************************
|
|
|
|
--- TQt Architect generated file ---
|
|
|
|
File: ssfeprompt.h
|
|
Last generated: Thu Jan 15 20:49:55 1998
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef ssfePrompt_included
|
|
#define ssfePrompt_included
|
|
|
|
#include "ssfepromptdata.h"
|
|
|
|
class ssfePrompt : public ssfepromptdata
|
|
{
|
|
Q_OBJECT
|
|
|
|
|
|
public:
|
|
|
|
ssfePrompt
|
|
(
|
|
TQString prompttext,
|
|
TQWidget* parent = NULL,
|
|
const char* name = NULL
|
|
);
|
|
|
|
virtual ~ssfePrompt();
|
|
|
|
TQString text();
|
|
void setPassword(bool);
|
|
|
|
protected slots:
|
|
virtual void terminate();
|
|
|
|
};
|
|
#endif // ssfePrompt_included
|