summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--library/stable.h77
1 files changed, 77 insertions, 0 deletions
diff --git a/library/stable.h b/library/stable.h
new file mode 100644
index 0000000..10f13a6
--- a/dev/null
+++ b/library/stable.h
@@ -0,0 +1,77 @@
1 /* Add C includes here */
2
3#if defined __cplusplus
4
5#include <stdlib.h>
6#include <iostream>
7
8#include <qapplication.h>
9#include <qpushbutton.h>
10#include <qlabel.h>
11#include <qimage.h>
12#include <qlayout.h>
13
14#define INCLUDE_MENUITEM_DEF
15#include <qpopupmenu.h>
16#undef INCLUDE_MENUITEM_DEF
17
18
19#define QTOPIA_INTERNAL_LANGLIST
20#define QTOPIA_INTERNAL_INITAPP
21#define QTOPIA_INTERNAL_PRELOADACCESS
22#include <qtopia/qpeapplication.h>
23#include <qtopia/global.h>
24
25#define QTOPIA_INTERNAL_MIMEEXT
26#define QTOPIA_INTERNAL_PRELOADACCESS
27#define QTOPIA_INTERNAL_APPLNKASSIGN
28#include <qtopia/applnk.h>
29#undef QTOPIA_INTERNAL_PRELOADACCESS
30#undef QTOPIA_INTERNAL_MIMEEXT
31#undef QTOPIA_INTERNAL_APPLNKASSIGN
32
33#include "categoryedit_p.h"
34#include <qtopia/categorymenu.h>
35#include <qtopia/categoryselect.h>
36#include <qtopia/categorywidget.h>
37
38#define QTOPIA_INTERNAL_LANGLIST
39#include <qtopia/config.h>
40#undef QTOPIA_INTERNAL_LANGLIST
41
42#include <qtopia/datebookdb.h>
43#include <qtopia/datebookmonth.h>
44
45#define QTOPIA_INTERNAL_TZSELECT_INC_LOCAL
46#include <qtopia/tzselect.h>
47#undef QTOPIA_INTERNAL_TZSELECT_INC_LOCAL
48
49#include <qtopia/resource.h>
50#include <qtopia/version.h>
51#include <qtopia/storage.h>
52#include <qtopia/qpestyle.h>
53
54#include <qtopia/alarmserver.h>
55#include <qtopia/calendar.h>
56#include <qtopia/fileselector.h>
57#include <qtopia/filemanager.h>
58#include <qtopia/qcom.h>
59#include <qtopia/qcopenvelope_qws.h>
60#include <qtopia/qpemessagebox.h>
61
62
63#undef QTOPIA_INTERAL_PRELOADACCESS
64#undef QTOPIA_INTERNAL_INITAPP
65#undef QTOPIA_INTERNAL_LANGLIST
66
67#include <qtopia/xmlreader.h>
68#include <qtopia/windowdecorationinterface.h>
69
70#define QTOPIA_INTERNAL_TZSELECT_INC_LOCAL
71#include <qtopia/tzselect.h>
72#undef QTOPIA_INTERNAL_TZSELECT_INC_LOCAL
73
74#include <qtopia/applicationinterface.h>
75
76
77#endif