diff options
Diffstat (limited to 'src/gvcore/printdialog.h')
-rw-r--r-- | src/gvcore/printdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/printdialog.h b/src/gvcore/printdialog.h index 2dc9f24..b94ec90 100644 --- a/src/gvcore/printdialog.h +++ b/src/gvcore/printdialog.h @@ -51,7 +51,7 @@ class LIBGWENVIEW_EXPORT PrintDialogPage : public KPrintDialogPage { TQ_OBJECT public: - PrintDialogPage( Document* document, TQWidget *tqparent = 0L, const char *name = 0 ); + PrintDialogPage( Document* document, TQWidget *parent = 0L, const char *name = 0 ); ~PrintDialogPage(); virtual void getOptions(TQMap<TQString,TQString>& opts, bool incldef = false); |