src/hbcore/style/hbstyleoptiondataquery.cpp
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    24 ****************************************************************************/
    24 ****************************************************************************/
    25 
    25 
    26 #include "hbstyleoptiondataquery.h"
    26 #include "hbstyleoptiondataquery.h"
    27 
    27 
    28 /*!
    28 /*!
    29     @deprecated HbStyleOptionDataQuery
    29     \this class is deprecated. Use HbStyleOptionInputDialog instead.
    30         Replaced with HbStyleOptionInputDialog
    30 
    31     \class HbStyleOptionDataQuery
    31     \class HbStyleOptionDataQuery
    32     \brief HbStyleOptionDataQuery has the style component for input dialog
    32     \brief HbStyleOptionDataQuery has the style component for input dialog
       
    33 */
       
    34 
       
    35 /*!
       
    36     \deprecated HbStyleOptionDataQuery::HbStyleOptionDataQuery()
       
    37         is deprecated. Use HbStyleOptionInputDialog instead.
       
    38 
       
    39     Constructor.
    33 */
    40 */
    34 
    41 
    35 HbStyleOptionDataQuery::HbStyleOptionDataQuery():HbStyleOptionPopup()
    42 HbStyleOptionDataQuery::HbStyleOptionDataQuery():HbStyleOptionPopup()
    36 {
    43 {
    37     type = Type;
    44     type = Type;
    38     version = Version;
    45     version = Version;
    39     bgImage = 0;
    46     bgImage = 0;
    40     modeIcon = 0;
    47     modeIcon = 0;
    41 }
    48 }
    42 
    49 
       
    50 /*!
       
    51     \deprecated HbStyleOptionDataQuery::HbStyleOptionDataQuery(const HbStyleOptionDataQuery &)
       
    52         is deprecated. Use HbStyleOptionInputDialog instead.
       
    53 
       
    54     Constructor.
       
    55 */
    43 HbStyleOptionDataQuery::HbStyleOptionDataQuery(const HbStyleOptionDataQuery &other) :
    56 HbStyleOptionDataQuery::HbStyleOptionDataQuery(const HbStyleOptionDataQuery &other) :
    44 HbStyleOptionPopup(other)
    57 HbStyleOptionPopup(other)
    45 {
    58 {
    46     type = Type;
    59     type = Type;
    47     version = Version;
    60     version = Version;