filemanager/src/filemanager/src/components/fmmultitextquery.cpp
changeset 16 ada7962b4308
parent 14 1957042d8c7e
child 18 edd66bde63a4
child 37 15bc28c9dd51
equal deleted inserted replaced
14:1957042d8c7e 16:ada7962b4308
    23 #include <hbwidget.h>
    23 #include <hbwidget.h>
    24 #include <hblineedit.h>
    24 #include <hblineedit.h>
    25 #include <hblabel.h>
    25 #include <hblabel.h>
    26 #include <hbaction.h>
    26 #include <hbaction.h>
    27 
    27 
    28 FmMultiTextQuery::FmMultiTextQuery( HbLineEdit::EchoMode echoMode, QGraphicsItem *parent ) :\
    28 FmMultiTextQuery::FmMultiTextQuery( HbLineEdit::EchoMode echoMode, QGraphicsItem *parent ) :
    29     HbDialog( parent ), mEchoMode( echoMode )
    29     HbDialog( parent ), mEchoMode( echoMode )
    30 {
    30 {
    31     init();
    31     init();
    32 }
    32 }
    33 
    33