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/accountitem.cpp') diff --git a/kmicromail/accountitem.cpp b/kmicromail/accountitem.cpp index 567de87..fcb2052 100644 --- a/kmicromail/accountitem.cpp +++ b/kmicromail/accountitem.cpp @@ -316,7 +316,9 @@ QPopupMenu * NNTPviewItem::getContextMenu() void NNTPviewItem::subscribeGroups() { NNTPGroupsDlg dlg(account); +#ifndef DESKTOP_VERSION dlg.showMaximized(); +#endif if ( dlg.exec()== QDialog::Accepted ){ refresh(); } @@ -539,7 +541,9 @@ void IMAPviewItem::createNewFolder() { Newmdirdlg ndirdlg; - ndirdlg.showMaximized(); +#ifndef DESKTOP_VERSION + //ndirdlg.showMaximized(); +#endif if ( ndirdlg.exec() ) { QString ndir = ndirdlg.Newdir(); @@ -693,7 +697,7 @@ QPopupMenu * IMAPfolderItem::getContextMenu() void IMAPfolderItem::createNewFolder() { Newmdirdlg ndirdlg; - ndirdlg.showMaximized(); + //ndirdlg.showMaximized(); if ( ndirdlg.exec() ) { QString ndir = ndirdlg.Newdir(); @@ -869,7 +873,7 @@ QPopupMenu * MHviewItem::getContextMenu() void MHviewItem::createFolder() { Newmdirdlg ndirdlg(0,0,true); - ndirdlg.showMaximized(); + //ndirdlg.showMaximized(); if ( ndirdlg.exec() ) { QString ndir = ndirdlg.Newdir(); @@ -1021,7 +1025,7 @@ void MHfolderItem::downloadMails() void MHfolderItem::createFolder() { Newmdirdlg ndirdlg(0,0,true); - ndirdlg.showMaximized(); + //ndirdlg.showMaximized(); if (ndirdlg.exec() ) { QString ndir = ndirdlg.Newdir(); -- cgit v0.9.0.2