comparison: ui/qt/toolbar.h
ui/qt/toolbar.h
- changeset 573
- 2360c1696a34
- parent 516
- 4b31c74666d7
- child 574
- 19de5292f08f
equal
deleted
inserted
replaced
| 29 #ifndef TOOLBAR_H |
29 #ifndef TOOLBAR_H |
| 30 #define TOOLBAR_H |
30 #define TOOLBAR_H |
| 31 |
31 |
| 32 #include "toolkit.h" |
32 #include "toolkit.h" |
| 33 #include "../ui/toolbar.h" |
33 #include "../ui/toolbar.h" |
| |
34 #include "../common/toolbar.h" |
| 34 #include <QToolBar> |
35 #include <QToolBar> |
| 35 |
36 |
| 36 |
37 QToolBar* ui_create_toolbar(UiObject *obj); |
| 37 |
38 |
| 38 |
39 |
| 39 #endif /* TOOLBAR_H */ |
40 #endif /* TOOLBAR_H */ |
| 40 |
41 |