blob: 292d4304f3dd2a3e2468e0740f8f8c6979da744e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
/**********************************************************************
--- 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
TQ_OBJECT
public:
ssfepromptdata
(
TQWidget* tqparent = NULL,
const char* name = NULL
);
virtual ~ssfepromptdata();
public slots:
protected slots:
virtual void terminate();
protected:
TQLabel* prompt;
TQLineEdit* SLine;
};
#endif // ssfepromptdata_included
|