diff options
Diffstat (limited to 'kghostview/infodialog.h')
-rw-r--r-- | kghostview/infodialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kghostview/infodialog.h b/kghostview/infodialog.h index 8b295b88..af35e997 100644 --- a/kghostview/infodialog.h +++ b/kghostview/infodialog.h @@ -30,7 +30,7 @@ class InfoDialog : public KDialogBase TQ_OBJECT public: - InfoDialog( TQWidget *tqparent=0, const char *name=0, bool modal=true ); + InfoDialog( TQWidget *parent=0, const char *name=0, bool modal=true ); void setup( const TQString &fileName, const TQString &documentTitle, const TQString &publicationDate ); |