]> err.no Git - mapper/blob - src/ui-maemo.h
Fixes so it builds again under maemo scratchbox.
[mapper] / src / ui-maemo.h
1 #ifndef _MAPPER_UI_MAEMO_H
2 #define _MAPPER_UI_MAEMO_H
3
4 #include <config.h>
5
6 #ifdef WITH_HILDON
7
8 #include <libosso.h>
9 #include <osso-helplib.h>
10 #include <osso-ic-dbus.h>
11 #include <osso-ic.h>
12 #include <bt-dbus.h>
13 #include <hildon-widgets/hildon-program.h>
14 #include <hildon-widgets/hildon-controlbar.h>
15 #include <hildon-widgets/hildon-note.h>
16 #include <hildon-widgets/hildon-color-button.h>
17 #include <hildon-fm/hildon-widgets/hildon-file-chooser-dialog.h>
18 #include <hildon-widgets/hildon-number-editor.h>
19 #include <hildon-widgets/hildon-banner.h>
20 #include <hildon-widgets/hildon-system-sound.h>
21 #include <hildon-widgets/hildon-input-mode-hint.h>
22 #include <device_symbols.h>
23
24 /** The main GtkWindow of the application. */
25 HildonProgram *_program;
26
27 /** The main OSSO context of the application. */
28 osso_context_t *_osso;
29
30 #endif
31
32 #endif