From 3964a158be731f1bb244ca861262df5fa8d04cf3 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 31 Oct 2004 16:54:47 +0000 Subject: changed showmaximized for desktop --- (limited to 'kmicromail/opiemail.cpp') diff --git a/kmicromail/opiemail.cpp b/kmicromail/opiemail.cpp index fe9df87..8d16ae7 100644 --- a/kmicromail/opiemail.cpp +++ b/kmicromail/opiemail.cpp @@ -125,7 +125,9 @@ void OpieMail::slotwriteMail2(const QString& namemail ) compose.setTo( to ); } compose.slotAdjustColumns(); +#ifndef DESKTOP_VERSION compose.showMaximized(); +#endif compose.exec(); raise(); //qDebug("retttich "); @@ -146,7 +148,9 @@ void OpieMail::slotwriteMail(const QString&name,const QString&email) } } compose.slotAdjustColumns(); +#ifndef DESKTOP_VERSION compose.showMaximized(); +#endif compose.exec(); raise(); } @@ -194,7 +198,9 @@ void OpieMail::slotSendQueued() smtp = 0; selectsmtp selsmtp; selsmtp.setSelectionlist(&smtpList); +#ifndef DESKTOP_VERSION selsmtp.showMaximized(); +#endif if ( selsmtp.exec() == QDialog::Accepted ) { smtp = selsmtp.selected_smtp(); -- cgit v0.9.0.2