--- a/src/gui/util/qdesktopservices_s60.cpp Mon Mar 15 12:43:09 2010 +0200
+++ b/src/gui/util/qdesktopservices_s60.cpp Thu Apr 08 14:19:33 2010 +0300
@@ -48,13 +48,6 @@
#include <qurl.h>
#include <private/qcore_symbian_p.h>
-/* :QTP:QTBUG-5713: illegal app layer dependency
-#include <miutset.h> // KUidMsgTypeSMTP
-*/
-/** UID of an SMTP message type. */
-const TUid KUidMsgTypeSMTP = {0x10001028}; // 268439592
-
-
#include <txtrich.h> // CRichText
#include <f32file.h> // TDriveUnit etc
#include <eikenv.h> // CEikonEnv
@@ -63,6 +56,9 @@
#include <rsendas.h> // RSendAs
#include <rsendasmessage.h> // RSendAsMessage
+// copied from miutset.h, so we don't get a dependency into the app layer
+const TUid KUidMsgTypeSMTP = {0x10001028}; // 268439592
+
#ifdef Q_WS_S60
# include <pathinfo.h> // PathInfo
# ifdef USE_DOCUMENTHANDLER