summaryrefslogtreecommitdiffstats
path: root/ksirc/KSProgress/ksprogressdata.h
blob: 37e3cf29f0f601a367256595139e468de254a126 (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
/**********************************************************************

	--- Qt Architect generated file ---

	File: ksprogressdata.h
	Last generated: Thu Dec 18 09:09:53 1997

	DO NOT EDIT!!!  This file will be automatically
	regenerated by qtarch.  All changes will be lost.

 *********************************************************************/

#ifndef ksprogressData_included
#define ksprogressData_included

#include <tqframe.h>
#include <tqlabel.h>
#include "kprogress.h"

class ksprogressData : public QFrame
{
    Q_OBJECT

public:

    ksprogressData
    (
        TQWidget* parent = NULL,
        const char* name = NULL
    );

    virtual ~ksprogressData();

public slots:


protected slots:

    virtual void cancelPressed();

protected:
    KProgress* progress;
    TQLabel* fileName;
    TQLabel* transferStatus;

};

#endif // ksprogressData_included