diff options
Diffstat (limited to 'kdvi/fontprogress.h')
-rw-r--r-- | kdvi/fontprogress.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdvi/fontprogress.h b/kdvi/fontprogress.h index 6c19520c..5ecd3e92 100644 --- a/kdvi/fontprogress.h +++ b/kdvi/fontprogress.h @@ -35,7 +35,7 @@ class fontProgressDialog : public KDialogBase public: fontProgressDialog( const TQString& helpIndex, const TQString& label, const TQString& abortTip, const TQString& whatsThis, const TQString& ttip, - TQWidget* tqparent = 0, const TQString &name = 0, bool progressbar=true ); + TQWidget* parent = 0, const TQString &name = 0, bool progressbar=true ); ~fontProgressDialog(); /** The number of steps already done is increased, the text received |