summaryrefslogtreecommitdiff
path: root/library/stable.h
Side-by-side diff
Diffstat (limited to 'library/stable.h') (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 @@
+ /* Add C includes here */
+
+#if defined __cplusplus
+
+#include <stdlib.h>
+#include <iostream>
+
+#include <qapplication.h>
+#include <qpushbutton.h>
+#include <qlabel.h>
+#include <qimage.h>
+#include <qlayout.h>
+
+#define INCLUDE_MENUITEM_DEF
+#include <qpopupmenu.h>
+#undef INCLUDE_MENUITEM_DEF
+
+
+#define QTOPIA_INTERNAL_LANGLIST
+#define QTOPIA_INTERNAL_INITAPP
+#define QTOPIA_INTERNAL_PRELOADACCESS
+#include <qtopia/qpeapplication.h>
+#include <qtopia/global.h>
+
+#define QTOPIA_INTERNAL_MIMEEXT
+#define QTOPIA_INTERNAL_PRELOADACCESS
+#define QTOPIA_INTERNAL_APPLNKASSIGN
+#include <qtopia/applnk.h>
+#undef QTOPIA_INTERNAL_PRELOADACCESS
+#undef QTOPIA_INTERNAL_MIMEEXT
+#undef QTOPIA_INTERNAL_APPLNKASSIGN
+
+#include "categoryedit_p.h"
+#include <qtopia/categorymenu.h>
+#include <qtopia/categoryselect.h>
+#include <qtopia/categorywidget.h>
+
+#define QTOPIA_INTERNAL_LANGLIST
+#include <qtopia/config.h>
+#undef QTOPIA_INTERNAL_LANGLIST
+
+#include <qtopia/datebookdb.h>
+#include <qtopia/datebookmonth.h>
+
+#define QTOPIA_INTERNAL_TZSELECT_INC_LOCAL
+#include <qtopia/tzselect.h>
+#undef QTOPIA_INTERNAL_TZSELECT_INC_LOCAL
+
+#include <qtopia/resource.h>
+#include <qtopia/version.h>
+#include <qtopia/storage.h>
+#include <qtopia/qpestyle.h>
+
+#include <qtopia/alarmserver.h>
+#include <qtopia/calendar.h>
+#include <qtopia/fileselector.h>
+#include <qtopia/filemanager.h>
+#include <qtopia/qcom.h>
+#include <qtopia/qcopenvelope_qws.h>
+#include <qtopia/qpemessagebox.h>
+
+
+#undef QTOPIA_INTERAL_PRELOADACCESS
+#undef QTOPIA_INTERNAL_INITAPP
+#undef QTOPIA_INTERNAL_LANGLIST
+
+#include <qtopia/xmlreader.h>
+#include <qtopia/windowdecorationinterface.h>
+
+#define QTOPIA_INTERNAL_TZSELECT_INC_LOCAL
+#include <qtopia/tzselect.h>
+#undef QTOPIA_INTERNAL_TZSELECT_INC_LOCAL
+
+#include <qtopia/applicationinterface.h>
+
+
+#endif