blob: 5b44510d964ac931a24c4b300a8c6105f48f6748 (
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
{
TQ_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
|