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.
tdenetwork/ksirc/ssfeprompt.h

38 lines
671 B

/**********************************************************************
--- Qt 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
(
QString prompttext,
QWidget* parent = NULL,
const char* name = NULL
);
virtual ~ssfePrompt();
QString text();
void setPassword(bool);
protected slots:
virtual void terminate();
};
#endif // ssfePrompt_included