phoneapp/phoneuiutils/inc/tphonecmdparamglobalnote.h
changeset 52 a49bfe5190e4
parent 46 bc5a64e5bc3c
child 53 22cc52eade9b
equal deleted inserted replaced
50:377c906a8701 52:a49bfe5190e4
    21 #define __TPHONECMDPARAMGLOBALNOTE_H
    21 #define __TPHONECMDPARAMGLOBALNOTE_H
    22 
    22 
    23 //  INCLUDES
    23 //  INCLUDES
    24 
    24 
    25 #include <w32std.h>
    25 #include <w32std.h>
    26 #include <AknGlobalNote.h> // for CAknGlobalNote
    26 // ##### QT CHANGE begin
       
    27 // #include <AknGlobalNote.h> // for CAknGlobalNote
       
    28 // ##### QT CHANGE end
    27 #include "tphonecommandparam.h"
    29 #include "tphonecommandparam.h"
    28 
    30 
    29 // DATA TYPES
    31 // DATA TYPES
       
    32 
       
    33 // ##### QT CHANGE begin
       
    34 // Note: as AknGlobalNote API is removed, the enumeration is temporarily copied here
       
    35 // to avoid compile break. The API needs to be changed though.
       
    36 enum TAknGlobalNoteType {
       
    37     EAknGlobalInformationNote = 1,
       
    38     EAknGlobalWarningNote,
       
    39     EAknGlobalConfirmationNote,
       
    40     EAknGlobalErrorNote,
       
    41     EAknGlobalWaitNote
       
    42     };
       
    43 // ##### QT CHANGE end
    30 
    44 
    31 // CLASS DECLARATION
    45 // CLASS DECLARATION
    32 
    46 
    33 /**
    47 /**
    34 *  A parameter class for global note information.
    48 *  A parameter class for global note information.