diff --git a/qad/application/plugin/edockwidgetplugin.h b/qad/application/plugin/edockwidgetplugin.h index 99c376c..0edc9bd 100644 --- a/qad/application/plugin/edockwidgetplugin.h +++ b/qad/application/plugin/edockwidgetplugin.h @@ -1,6 +1,7 @@ #ifndef EDOCKWIDGETPLUGIN_H #define EDOCKWIDGETPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/application/plugin/emainwindowplugin.h b/qad/application/plugin/emainwindowplugin.h index ebf9e57..51c420c 100644 --- a/qad/application/plugin/emainwindowplugin.h +++ b/qad/application/plugin/emainwindowplugin.h @@ -1,6 +1,7 @@ #ifndef EMAINWINDOWPLUGIN_H #define EMAINWINDOWPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/application/plugin/historyviewplugin.h b/qad/application/plugin/historyviewplugin.h index b930f93..16bf1c4 100644 --- a/qad/application/plugin/historyviewplugin.h +++ b/qad/application/plugin/historyviewplugin.h @@ -1,6 +1,7 @@ #ifndef HISTORYVIEWPLUGIN_H #define HISTORYVIEWPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/blockview/plugin/blockviewplugin.h b/qad/blockview/plugin/blockviewplugin.h index e5f49a1..7a90ca3 100644 --- a/qad/blockview/plugin/blockviewplugin.h +++ b/qad/blockview/plugin/blockviewplugin.h @@ -1,6 +1,7 @@ #ifndef BLOCKVIEWPLUGIN_H #define BLOCKVIEWPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/graphic/plugin/graphicplugin.h b/qad/graphic/plugin/graphicplugin.h index 0bc0161..4112d65 100644 --- a/qad/graphic/plugin/graphicplugin.h +++ b/qad/graphic/plugin/graphicplugin.h @@ -1,6 +1,7 @@ #ifndef GRAPHICPLUGIN_H #define GRAPHICPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/sql_table/plugin/sql_record_plugin.h b/qad/sql_table/plugin/sql_record_plugin.h index 6bd197d..8278f86 100644 --- a/qad/sql_table/plugin/sql_record_plugin.h +++ b/qad/sql_table/plugin/sql_record_plugin.h @@ -1,6 +1,7 @@ #ifndef SQLRECORDPLUGIN_H #define SQLRECORDPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/sql_table/plugin/sql_table_plugin.h b/qad/sql_table/plugin/sql_table_plugin.h index 6dd0a44..e3ce3f1 100644 --- a/qad/sql_table/plugin/sql_table_plugin.h +++ b/qad/sql_table/plugin/sql_table_plugin.h @@ -1,6 +1,7 @@ #ifndef SQLTABLEPLUGIN_H #define SQLTABLEPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/touch_widgets/plugin/touchbuttframeplugin.h b/qad/touch_widgets/plugin/touchbuttframeplugin.h index 95737aa..a4314b8 100644 --- a/qad/touch_widgets/plugin/touchbuttframeplugin.h +++ b/qad/touch_widgets/plugin/touchbuttframeplugin.h @@ -1,6 +1,7 @@ #ifndef TOUCHBUTTFRAMEPLUGIN_H #define TOUCHBUTTFRAMEPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/touch_widgets/plugin/touchbuttonplugin.h b/qad/touch_widgets/plugin/touchbuttonplugin.h index fbc8592..423c164 100644 --- a/qad/touch_widgets/plugin/touchbuttonplugin.h +++ b/qad/touch_widgets/plugin/touchbuttonplugin.h @@ -1,6 +1,7 @@ #ifndef TOUCHBUTTONPLUGIN_H #define TOUCHBUTTONPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/touch_widgets/plugin/touchsliderplugin.h b/qad/touch_widgets/plugin/touchsliderplugin.h index b574986..3ceaa34 100644 --- a/qad/touch_widgets/plugin/touchsliderplugin.h +++ b/qad/touch_widgets/plugin/touchsliderplugin.h @@ -1,6 +1,7 @@ #ifndef TOUCHSLIDERPLUGIN_H #define TOUCHSLIDERPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/widgets/plugin/chardialogplugin.h b/qad/widgets/plugin/chardialogplugin.h index 5ea0042..9e624ee 100644 --- a/qad/widgets/plugin/chardialogplugin.h +++ b/qad/widgets/plugin/chardialogplugin.h @@ -1,6 +1,7 @@ #ifndef CHARDIALOGPLUGIN_H #define CHARDIALOGPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/widgets/plugin/clineeditplugin.h b/qad/widgets/plugin/clineeditplugin.h index e10dfb2..148461d 100644 --- a/qad/widgets/plugin/clineeditplugin.h +++ b/qad/widgets/plugin/clineeditplugin.h @@ -1,6 +1,7 @@ #ifndef CLINEEDITPLUGIN_H #define CLINEEDITPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/widgets/plugin/colorbuttonplugin.h b/qad/widgets/plugin/colorbuttonplugin.h index 97f3529..82fb9e9 100644 --- a/qad/widgets/plugin/colorbuttonplugin.h +++ b/qad/widgets/plugin/colorbuttonplugin.h @@ -1,6 +1,7 @@ #ifndef COLORBUTTONPLUGIN_H #define COLORBUTTONPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/widgets/plugin/ecomboboxplugin.h b/qad/widgets/plugin/ecomboboxplugin.h index 6cb7ce5..afccea3 100644 --- a/qad/widgets/plugin/ecomboboxplugin.h +++ b/qad/widgets/plugin/ecomboboxplugin.h @@ -1,6 +1,7 @@ #ifndef ECOMBOBOXPLUGIN_H #define ECOMBOBOXPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/widgets/plugin/iconedlabelplugin.h b/qad/widgets/plugin/iconedlabelplugin.h index 5ee4306..50ce287 100644 --- a/qad/widgets/plugin/iconedlabelplugin.h +++ b/qad/widgets/plugin/iconedlabelplugin.h @@ -1,6 +1,7 @@ #ifndef ICONEDLABEPLUGIN_H #define ICONEDLABEPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/widgets/plugin/qcodeeditplugin.h b/qad/widgets/plugin/qcodeeditplugin.h index 66bf0ed..7f733c9 100644 --- a/qad/widgets/plugin/qcodeeditplugin.h +++ b/qad/widgets/plugin/qcodeeditplugin.h @@ -1,6 +1,7 @@ #ifndef QCODEEDITPLUGIN_H #define QCODEEDITPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/widgets/plugin/qipeditplugin.h b/qad/widgets/plugin/qipeditplugin.h index a860fd8..7ed24b1 100644 --- a/qad/widgets/plugin/qipeditplugin.h +++ b/qad/widgets/plugin/qipeditplugin.h @@ -1,6 +1,7 @@ #ifndef QIPEDITPLUGIN_H #define QIPEDITPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/widgets/plugin/qpiconfigplugin.h b/qad/widgets/plugin/qpiconfigplugin.h index bd40d67..77a8b9f 100644 --- a/qad/widgets/plugin/qpiconfigplugin.h +++ b/qad/widgets/plugin/qpiconfigplugin.h @@ -1,6 +1,7 @@ #ifndef QPICONFIGPLUGIN_H #define QPICONFIGPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/widgets/plugin/qpiconsoleplugin.h b/qad/widgets/plugin/qpiconsoleplugin.h index 1c79b70..d8a50d7 100644 --- a/qad/widgets/plugin/qpiconsoleplugin.h +++ b/qad/widgets/plugin/qpiconsoleplugin.h @@ -1,6 +1,7 @@ #ifndef QPICONSOLEPLUGIN_H #define QPICONSOLEPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/widgets/plugin/qpointeditplugin.h b/qad/widgets/plugin/qpointeditplugin.h index b33a143..b69811d 100644 --- a/qad/widgets/plugin/qpointeditplugin.h +++ b/qad/widgets/plugin/qpointeditplugin.h @@ -1,6 +1,7 @@ #ifndef QPOINTEDITPLUGIN_H #define QPOINTEDITPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/widgets/plugin/qrecteditplugin.h b/qad/widgets/plugin/qrecteditplugin.h index d88aefb..419fbd3 100644 --- a/qad/widgets/plugin/qrecteditplugin.h +++ b/qad/widgets/plugin/qrecteditplugin.h @@ -1,6 +1,7 @@ #ifndef QRECTEDITPLUGIN_H #define QRECTEDITPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/widgets/plugin/qvarianteditplugin.h b/qad/widgets/plugin/qvarianteditplugin.h index 5847d9b..79eb699 100644 --- a/qad/widgets/plugin/qvarianteditplugin.h +++ b/qad/widgets/plugin/qvarianteditplugin.h @@ -1,6 +1,7 @@ #ifndef QVARIANTEDITPLUGIN_H #define QVARIANTEDITPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/widgets/plugin/shortcutsplugin.h b/qad/widgets/plugin/shortcutsplugin.h index 17f23c1..7fcc0d0 100644 --- a/qad/widgets/plugin/shortcutsplugin.h +++ b/qad/widgets/plugin/shortcutsplugin.h @@ -1,6 +1,7 @@ #ifndef SHORTCUTSPLUGIN_H #define SHORTCUTSPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else diff --git a/qad/widgets/plugin/spinsliderplugin.h b/qad/widgets/plugin/spinsliderplugin.h index af77ecc..858e383 100644 --- a/qad/widgets/plugin/spinsliderplugin.h +++ b/qad/widgets/plugin/spinsliderplugin.h @@ -1,6 +1,7 @@ #ifndef SPINSLIDERPLUGIN_H #define SPINSLIDERPLUGIN_H +#include #if QT_VERSION >= 0x050000 # include #else