diff options
Diffstat (limited to 'kghostview/kgvdocument.h')
-rw-r--r-- | kghostview/kgvdocument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kghostview/kgvdocument.h b/kghostview/kgvdocument.h index dc68765b..5194dc7d 100644 --- a/kghostview/kgvdocument.h +++ b/kghostview/kgvdocument.h @@ -163,7 +163,7 @@ class Pdf2dsc : public TQObject TQ_OBJECT public: - Pdf2dsc( const TQString& ghostscriptPath, TQObject* tqparent = 0, const char* name = 0 ); + Pdf2dsc( const TQString& ghostscriptPath, TQObject* parent = 0, const char* name = 0 ); ~Pdf2dsc(); void run( const TQString& pdfName, const TQString& dscName ); |