summaryrefslogtreecommitdiffstats
path: root/kdvi/fontprogress.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdvi/fontprogress.h')
-rw-r--r--kdvi/fontprogress.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdvi/fontprogress.h b/kdvi/fontprogress.h
index ddb34735..20eae300 100644
--- a/kdvi/fontprogress.h
+++ b/kdvi/fontprogress.h
@@ -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