diff options
Diffstat (limited to 'src/gvcore/printdialog.cpp')
-rw-r--r-- | src/gvcore/printdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gvcore/printdialog.cpp b/src/gvcore/printdialog.cpp index 2359793..98524af 100644 --- a/src/gvcore/printdialog.cpp +++ b/src/gvcore/printdialog.cpp @@ -76,8 +76,8 @@ static inline double unitToMM(Unit unit) { } -PrintDialogPage::PrintDialogPage( Document* document, TQWidget *tqparent, const char *name ) - : KPrintDialogPage( tqparent, name ) { +PrintDialogPage::PrintDialogPage( Document* document, TQWidget *parent, const char *name ) + : KPrintDialogPage( parent, name ) { mDocument = document; mContent = new PrintDialogPageBase(this); setTitle( mContent->caption() ); |