|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
#include <kdialogbase.h>
|
|
|
|
|
#include <tqguardedptr.h>
|
|
|
|
|
|
|
|
|
|
class KProcIO;
|
|
|
|
|
class TDEProcIO;
|
|
|
|
|
class KProgress;
|
|
|
|
|
class TQLabel;
|
|
|
|
|
|
|
|
|
@ -44,8 +44,8 @@ public:
|
|
|
|
|
/** Used to initialize the progress bar. If the argument proc is
|
|
|
|
|
non-zero, the associated process will be killed when the "abort"
|
|
|
|
|
button is pressed. The FontProgress uses a TQGuarderPtr
|
|
|
|
|
internally, so it is save to delete the KProcIO anytime. */
|
|
|
|
|
void setTotalSteps(int, KProcIO *proc=0);
|
|
|
|
|
internally, so it is save to delete the TDEProcIO anytime. */
|
|
|
|
|
void setTotalSteps(int, TDEProcIO *proc=0);
|
|
|
|
|
|
|
|
|
|
TQLabel* TextLabel2;
|
|
|
|
|
|
|
|
|
@ -58,7 +58,7 @@ private:
|
|
|
|
|
TQLabel* TextLabel1;
|
|
|
|
|
KProgress* ProgressBar1;
|
|
|
|
|
int progress;
|
|
|
|
|
TQGuardedPtr<KProcIO> procIO;
|
|
|
|
|
TQGuardedPtr<TDEProcIO> procIO;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
#endif // FONT_GENERATION_H
|
|
|
|
|