equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: Multiselection dialog |
14 * Description: Multiselection dialog |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 #include <hbaction.h> |
18 #include <HbAction> |
19 #include <hblabel.h> |
19 #include <HbLabel> |
20 #include <hbpushbutton.h> |
20 #include <HbPushButton> |
21 #include <hgwidgets/hgwidgets.h> |
21 #include <hgwidgets/hgwidgets.h> |
22 #include <QGraphicsLinearLayout> |
22 #include <QGraphicsLinearLayout> |
23 #include "hgselectiondialog.h" |
23 #include "hgselectiondialog.h" |
24 #include "trace.h" |
24 #include "trace.h" |
25 |
25 |