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

	--- TQt 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 TQFrame
{
    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