33 #ifndef __KLEO_PROGRESSDIALOG_H__
34 #define __KLEO_PROGRESSDIALOG_H__
36 #include <tqprogressdialog.h>
38 #include <tdepimmacros.h>
51 TQWidget * creator=0, const char * name=0, WFlags f=0 );
56 void setMinimumDuration( int ms );
59 void slotProgress( const TQString & what, int current, int total );
67 #endif // __KLEO_PROGRESSDIALOG_H__
|