blob: 5171ca631e8778400a3cfd9001a047ba860fbbb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
/*
* This is a precompiled header file for use in Xcode / Mac GCC /
* GCC >= 3.4 / VC to greatly speed the building of TQt Designer. It may
* also be of use to people developing their own project, but it is
* probably better to define your own header. Use of this header is
* currently UNSUPPORTED.
*/
#if defined __cplusplus
#include <private/tqucomextra_p.h>
#include <tqaction.h>
#include <tqapplication.h>
#include <tqcheckbox.h>
#include <tqcombobox.h>
#include <tqdialog.h>
#include <tqheader.h>
#include <tqlabel.h>
#include <layout.h>
#include <tqlineedit.h>
#include <tqlistbox.h>
#include <tqlistview.h>
#include <tqmap.h>
#include <tqmessagebox.h>
#include <tqmetaobject.h>
#include <tqobjectlist.h>
#include <tqpainter.h>
#include <tqpixmap.h>
#include <tqpushbutton.h>
#include <tqspinbox.h>
#include <tqstring.h>
#include <tqtooltip.h>
#include <tqvariant.h>
#include <tqwhatsthis.h>
#include <tqwidget.h>
#include "command.h"
#include "formwindow.h"
#include "mainwindow.h"
#include "metadatabase.h"
#include "project.h"
#include "widgetfactory.h"
#endif
|