Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/util/qdesktopservices_s60.cpp

    r651 r769  
    4949#include <private/qcore_symbian_p.h>
    5050
    51 #include <miutset.h>                // KUidMsgTypeSMTP
    5251#include <txtrich.h>                // CRichText
    5352#include <f32file.h>                // TDriveUnit etc
     
    5857#include <rsendasmessage.h>         // RSendAsMessage
    5958
     59// copied from miutset.h, so we don't get a dependency into the app layer
     60const TUid KUidMsgTypeSMTP                      = {0x10001028}; // 268439592
     61
    6062#ifdef Q_WS_S60
    6163#  include <pathinfo.h>             // PathInfo
    6264#  ifdef USE_DOCUMENTHANDLER
    63 #    include <documenthandler.h>    // CDocumentHandler
    64 #    include <aknserverapp.h>
     65#    include <DocumentHandler.h>    // CDocumentHandler
     66#    include <AknServerApp.h>
    6567#  endif
    6668#else
Note: See TracChangeset for help on using the changeset viewer.