33#ifndef __KLEO_PROGRESSDIALOG_H__
34#define __KLEO_PROGRESSDIALOG_H__
36#include <tqprogressdialog.h>
46 class TDE_EXPORT ProgressDialog : public TQProgressDialog {
50 ProgressDialog( Job * job, const TQString & baseText,
51 TQWidget * creator=0, const char * name=0, WFlags f=0 );
59 void slotProgress( const TQString & what, int current, int total );
An abstract base class for asynchronous crypto operations.
void setMinimumDuration(int ms)
|