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.
49 lines
842 B
49 lines
842 B
/**********************************************************************
|
|
|
|
--- 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
|