From 5c1c1ad8a78041eebf4193d5bcf2a82dfe983e0e Mon Sep 17 00:00:00 2001 From: leseb Date: Sat, 15 Jun 2002 22:12:05 +0000 Subject: Minor fixes --- (limited to 'noncore/unsupported/mail2/attachdiag.cpp') diff --git a/noncore/unsupported/mail2/attachdiag.cpp b/noncore/unsupported/mail2/attachdiag.cpp index 6e6c3d4..bedf3c4 100644 --- a/noncore/unsupported/mail2/attachdiag.cpp +++ b/noncore/unsupported/mail2/attachdiag.cpp @@ -55,9 +55,9 @@ void AttachDiag::fileSelected(const DocLnk &file) currentFile = file; } -DocLnk AttachDiag::getFile() +DocLnk AttachDiag::getFile(QWidget *parent) { - AttachDiag *attach = new AttachDiag(0, 0, true); + AttachDiag *attach = new AttachDiag(parent, 0, true); attach->showMaximized(); attach->show(); -- cgit v0.9.0.2