diff --git a/commands/imagelib/effects/kpEffectCommandBase.h b/commands/imagelib/effects/kpEffectCommandBase.h --- a/commands/imagelib/effects/kpEffectCommandBase.h +++ b/commands/imagelib/effects/kpEffectCommandBase.h @@ -30,7 +30,7 @@ #define kpEffectCommandBase_H -#include +#include #include "commands/kpCommand.h" #include "imagelib/kpImage.h" diff --git a/commands/imagelib/effects/kpEffectFlattenCommand.h b/commands/imagelib/effects/kpEffectFlattenCommand.h --- a/commands/imagelib/effects/kpEffectFlattenCommand.h +++ b/commands/imagelib/effects/kpEffectFlattenCommand.h @@ -30,7 +30,7 @@ #define kpEffectFlattenCommand_H -#include +#include #include "kpEffectCommandBase.h" #include "imagelib/kpImage.h" diff --git a/commands/imagelib/transforms/kpTransformResizeScaleCommand.h b/commands/imagelib/transforms/kpTransformResizeScaleCommand.h --- a/commands/imagelib/transforms/kpTransformResizeScaleCommand.h +++ b/commands/imagelib/transforms/kpTransformResizeScaleCommand.h @@ -30,7 +30,7 @@ #define kpTransformResizeScaleCommand_H -#include +#include #include "imagelib/kpColor.h" #include "commands/kpCommand.h" diff --git a/commands/kpCommandHistoryBase.h b/commands/kpCommandHistoryBase.h --- a/commands/kpCommandHistoryBase.h +++ b/commands/kpCommandHistoryBase.h @@ -30,9 +30,10 @@ #define kpCommandHistoryBase_H -#include -#include -#include +#include +#include +#include + #include "commands/kpCommandSize.h" diff --git a/dialogs/imagelib/transforms/kpTransformPreviewDialog.h b/dialogs/imagelib/transforms/kpTransformPreviewDialog.h --- a/dialogs/imagelib/transforms/kpTransformPreviewDialog.h +++ b/dialogs/imagelib/transforms/kpTransformPreviewDialog.h @@ -31,7 +31,7 @@ #include -#include +#include class QLabel; diff --git a/dialogs/imagelib/transforms/kpTransformRotateDialog.h b/dialogs/imagelib/transforms/kpTransformRotateDialog.h --- a/dialogs/imagelib/transforms/kpTransformRotateDialog.h +++ b/dialogs/imagelib/transforms/kpTransformRotateDialog.h @@ -31,7 +31,7 @@ #include -#include +#include #include "imagelib/kpColor.h" #include "dialogs/imagelib/transforms/kpTransformPreviewDialog.h" diff --git a/dialogs/kpDocumentSaveOptionsPreviewDialog.h b/dialogs/kpDocumentSaveOptionsPreviewDialog.h --- a/dialogs/kpDocumentSaveOptionsPreviewDialog.h +++ b/dialogs/kpDocumentSaveOptionsPreviewDialog.h @@ -31,7 +31,7 @@ #include "generic/widgets/kpSubWindow.h" -#include +#include class QCloseEvent; diff --git a/document/kpDocument.h b/document/kpDocument.h --- a/document/kpDocument.h +++ b/document/kpDocument.h @@ -30,10 +30,10 @@ #define KP_DOCUMENT_H -#include -#include -#include -#include +#include +#include +#include +#include #include "imagelib/kpImage.h" #include "pixmapfx/kpPixmapFX.h" diff --git a/generic/widgets/kpResizeSignallingLabel.h b/generic/widgets/kpResizeSignallingLabel.h --- a/generic/widgets/kpResizeSignallingLabel.h +++ b/generic/widgets/kpResizeSignallingLabel.h @@ -30,7 +30,7 @@ #define KP_RESIZE_SIGNALLING_LABEL_H -#include +#include class QResizeEvent; diff --git a/imagelib/kpColor.h b/imagelib/kpColor.h --- a/imagelib/kpColor.h +++ b/imagelib/kpColor.h @@ -30,7 +30,7 @@ #define KP_COLOR_H -#include +#include class QDataStream; diff --git a/imagelib/kpDocumentMetaInfo.h b/imagelib/kpDocumentMetaInfo.h --- a/imagelib/kpDocumentMetaInfo.h +++ b/imagelib/kpDocumentMetaInfo.h @@ -30,10 +30,10 @@ #define KP_DOCUMENT_META_INFO_H -#include -#include -#include -#include +#include +#include +#include +#include #include "commands/kpCommandSize.h" diff --git a/kpDefs.h b/kpDefs.h --- a/kpDefs.h +++ b/kpDefs.h @@ -32,10 +32,10 @@ #include -#include -#include -#include -#include +#include +#include +#include +#include // approx. 2896x2896x32bpp or 3344x3344x24bpp (TODO: 24==32?) or 4096*4096x16bpp diff --git a/kpViewScrollableContainer.h b/kpViewScrollableContainer.h --- a/kpViewScrollableContainer.h +++ b/kpViewScrollableContainer.h @@ -30,10 +30,10 @@ #define KP_VIEW_SCROLLABLE_CONTAINER_H -#include -#include +#include +#include #include -#include +#include class QCursor; diff --git a/layers/selections/text/kpTextStyle.h b/layers/selections/text/kpTextStyle.h --- a/layers/selections/text/kpTextStyle.h +++ b/layers/selections/text/kpTextStyle.h @@ -30,7 +30,7 @@ #define KP_TEXT_STYLE_H -#include +#include #include "imagelib/kpColor.h" diff --git a/layers/tempImage/kpTempImage.h b/layers/tempImage/kpTempImage.h --- a/layers/tempImage/kpTempImage.h +++ b/layers/tempImage/kpTempImage.h @@ -32,7 +32,7 @@ #define kpTempImage_H -#include +#include #include "imagelib/kpImage.h" diff --git a/pixmapfx/kpPixmapFX.h b/pixmapfx/kpPixmapFX.h --- a/pixmapfx/kpPixmapFX.h +++ b/pixmapfx/kpPixmapFX.h @@ -33,8 +33,8 @@ #define KP_PIXMAP_FX_H -#include -#include +#include +#include #include diff --git a/tools/flow/kpToolFlowBase.h b/tools/flow/kpToolFlowBase.h --- a/tools/flow/kpToolFlowBase.h +++ b/tools/flow/kpToolFlowBase.h @@ -30,7 +30,7 @@ #define KP_TOOL_FLOW_BASE_H -#include +#include #include "layers/tempImage/kpTempImage.h" #include "tools/kpTool.h" diff --git a/tools/kpTool.h b/tools/kpTool.h --- a/tools/kpTool.h +++ b/tools/kpTool.h @@ -30,11 +30,11 @@ #define KP_TOOL_H -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include "kpDefs.h" #ifdef Q_OS_WIN diff --git a/tools/polygonal/kpToolPolygonalBase.h b/tools/polygonal/kpToolPolygonalBase.h --- a/tools/polygonal/kpToolPolygonalBase.h +++ b/tools/polygonal/kpToolPolygonalBase.h @@ -30,8 +30,8 @@ #define kpToolPolygonalBase_H -#include -#include +#include +#include #include "imagelib/kpColor.h" #include "imagelib/kpImage.h" diff --git a/views/kpView.h b/views/kpView.h --- a/views/kpView.h +++ b/views/kpView.h @@ -30,7 +30,7 @@ #define KP_VIEW_H -#include +#include #include "kpDefs.h" diff --git a/widgets/imagelib/effects/kpEffectFlattenWidget.h b/widgets/imagelib/effects/kpEffectFlattenWidget.h --- a/widgets/imagelib/effects/kpEffectFlattenWidget.h +++ b/widgets/imagelib/effects/kpEffectFlattenWidget.h @@ -30,7 +30,7 @@ #define kpEffectFlattenWidget_H -#include +#include #include "kpEffectWidgetBase.h" diff --git a/widgets/imagelib/effects/kpEffectWidgetBase.h b/widgets/imagelib/effects/kpEffectWidgetBase.h --- a/widgets/imagelib/effects/kpEffectWidgetBase.h +++ b/widgets/imagelib/effects/kpEffectWidgetBase.h @@ -30,7 +30,7 @@ #define kpEffectWidgetBase_H -#include +#include #include "imagelib/kpImage.h" diff --git a/widgets/kpDocumentSaveOptionsWidget.h b/widgets/kpDocumentSaveOptionsWidget.h --- a/widgets/kpDocumentSaveOptionsWidget.h +++ b/widgets/kpDocumentSaveOptionsWidget.h @@ -30,9 +30,9 @@ #define kpDocumentSaveOptionsWidget_H -#include -#include -#include +#include +#include +#include #include "imagelib/kpDocumentMetaInfo.h" #include "document/kpDocumentSaveOptions.h" diff --git a/widgets/kpDualColorButton.h b/widgets/kpDualColorButton.h --- a/widgets/kpDualColorButton.h +++ b/widgets/kpDualColorButton.h @@ -30,7 +30,7 @@ #define kpDualColorButton_H -#include +#include #include "imagelib/kpColor.h" diff --git a/widgets/kpTransparentColorCell.h b/widgets/kpTransparentColorCell.h --- a/widgets/kpTransparentColorCell.h +++ b/widgets/kpTransparentColorCell.h @@ -30,7 +30,7 @@ #define kpTransparentColorCell_H -#include +#include class kpColor; diff --git a/widgets/toolbars/kpColorToolBar.h b/widgets/toolbars/kpColorToolBar.h --- a/widgets/toolbars/kpColorToolBar.h +++ b/widgets/toolbars/kpColorToolBar.h @@ -31,8 +31,8 @@ #include -#include -#include +#include +#include #include "imagelib/kpColor.h" diff --git a/widgets/toolbars/kpToolToolBar.h b/widgets/toolbars/kpToolToolBar.h --- a/widgets/toolbars/kpToolToolBar.h +++ b/widgets/toolbars/kpToolToolBar.h @@ -31,7 +31,7 @@ #define KP_TOOL_TOOL_BAR_H -#include +#include #include diff --git a/widgets/toolbars/options/kpToolWidgetBase.h b/widgets/toolbars/options/kpToolWidgetBase.h --- a/widgets/toolbars/options/kpToolWidgetBase.h +++ b/widgets/toolbars/options/kpToolWidgetBase.h @@ -30,12 +30,12 @@ #define KP_TOOL_WIDGET_BASE_H -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include class QMouseEvent; diff --git a/widgets/toolbars/options/kpToolWidgetBrush.h b/widgets/toolbars/options/kpToolWidgetBrush.h --- a/widgets/toolbars/options/kpToolWidgetBrush.h +++ b/widgets/toolbars/options/kpToolWidgetBrush.h @@ -33,7 +33,7 @@ #include "imagelib/kpColor.h" #include "layers/tempImage/kpTempImage.h" -#include +#include class kpToolWidgetBrush : public kpToolWidgetBase diff --git a/widgets/toolbars/options/kpToolWidgetEraserSize.h b/widgets/toolbars/options/kpToolWidgetEraserSize.h --- a/widgets/toolbars/options/kpToolWidgetEraserSize.h +++ b/widgets/toolbars/options/kpToolWidgetEraserSize.h @@ -33,7 +33,7 @@ #include "imagelib/kpColor.h" #include "layers/tempImage/kpTempImage.h" -#include +#include class kpColor;