equal
deleted
inserted
replaced
50 // ----------------------------------------------------------------------------- |
50 // ----------------------------------------------------------------------------- |
51 // HbAction::HbAction |
51 // HbAction::HbAction |
52 // ----------------------------------------------------------------------------- |
52 // ----------------------------------------------------------------------------- |
53 // |
53 // |
54 HbAction::HbAction( |
54 HbAction::HbAction( |
55 Hb::SoftKeyAction action, |
55 Hb::NavigationAction action, |
56 QObject * parent ) |
56 QObject * parent ) |
57 : QAction( parent ), d_ptr(NULL) |
57 : QAction( parent ), d_ptr(NULL) |
58 { |
58 { |
59 |
59 |
60 } |
60 } |