diff options
Diffstat (limited to 'kghostview/kdscerrordialog.h')
-rw-r--r-- | kghostview/kdscerrordialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kghostview/kdscerrordialog.h b/kghostview/kdscerrordialog.h index 27f948c5..7b9d7cef 100644 --- a/kghostview/kdscerrordialog.h +++ b/kghostview/kdscerrordialog.h @@ -45,7 +45,7 @@ class KDSCErrorDialog : public KDialog, public KDSCErrorHandler TQ_OBJECT public: - KDSCErrorDialog( TQWidget* tqparent = 0 ); + KDSCErrorDialog( TQWidget* parent = 0 ); Response error( const KDSCError& ); |