34 #ifndef __KLEO_TQGPGMEPROGRESSTOKENMAPPER_H__
35 #define __KLEO_TQGPGMEPROGRESSTOKENMAPPER_H__
42 class QGpgMEProgressTokenMapper {
43 QGpgMEProgressTokenMapper();
44 ~QGpgMEProgressTokenMapper();
46 static const QGpgMEProgressTokenMapper * instance();
48 TQString map( const char * token, int subtoken, int current, int total ) const;
49 TQString map( const TQString & token, int subtoken, int current, int total ) const;
52 static QGpgMEProgressTokenMapper * mSelf;
|