From 7519dcc6caa635ea0c09a18ab64a2f7303933cf2 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Mon, 6 Oct 2003 19:57:16 +0000 Subject: [PATCH] Qt compilation fixes. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7863 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 6 +++++- src/LColor.h | 1 + src/frontends/qt2/ChangeLog | 9 +++++++++ src/frontends/qt2/QDelimiterDialog.h | 1 + src/frontends/qt2/QMathDialog.h | 1 + src/frontends/qt2/QSearchDialog.h | 1 + src/frontends/qt2/floatplacement.h | 1 + src/frontends/qt2/iconpalette.h | 1 + src/frontends/qt2/panelstack.h | 1 + 9 files changed, 21 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 7be9bf5877..e5cb4ad273 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-10-06 Angus Leeming + + * LColor.h: Add missing #include . + 2003-10-06 Lars Gullik Bjønnes * All most all file in all subdirs: Make be the prefered @@ -5,7 +9,7 @@ 2003-10-06 André Pönitz - * metricsinfo.C: initialize LyXFont before changiging attribute. + * metricsinfo.C: initialize LyXFont before changing attribute. (fixes the 'math in \emph is upright' bug) 2003-10-06 André Pönitz diff --git a/src/LColor.h b/src/LColor.h index b62673dd52..794133b614 100644 --- a/src/LColor.h +++ b/src/LColor.h @@ -20,6 +20,7 @@ #define LCOLOR_H #include +#include /** This is a stateless class. diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index acc6cacba5..3706ea4213 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,3 +1,12 @@ +2003-10-06 Michael Schmitt + + * QDelimiterDialog.h: + * QMathDialog.h: + * QSearchDialog.h: + * floatplacement.h: + * iconpalette.h: + * panelstack.h: add #include . + 2003-10-01 Vitaly Lipatov * FileDialog.C: use fromqstr in a few places to enable the dialog to diff --git a/src/frontends/qt2/QDelimiterDialog.h b/src/frontends/qt2/QDelimiterDialog.h index 412e247d74..6cd3b0f977 100644 --- a/src/frontends/qt2/QDelimiterDialog.h +++ b/src/frontends/qt2/QDelimiterDialog.h @@ -13,6 +13,7 @@ #define QDELIMITERDIALOG_H #include "ui/QDelimiterDialogBase.h" +#include class QMathDelimiter; diff --git a/src/frontends/qt2/QMathDialog.h b/src/frontends/qt2/QMathDialog.h index 09585fb111..3a1c70ea66 100644 --- a/src/frontends/qt2/QMathDialog.h +++ b/src/frontends/qt2/QMathDialog.h @@ -13,6 +13,7 @@ #define QMATHDIALOG_H #include "ui/QMathDialogBase.h" +#include class QMath; diff --git a/src/frontends/qt2/QSearchDialog.h b/src/frontends/qt2/QSearchDialog.h index 5ae2547714..bd47dedebb 100644 --- a/src/frontends/qt2/QSearchDialog.h +++ b/src/frontends/qt2/QSearchDialog.h @@ -14,6 +14,7 @@ #include "ui/QSearchDialogBase.h" +#include class QSearch; class QCloseEvent; diff --git a/src/frontends/qt2/floatplacement.h b/src/frontends/qt2/floatplacement.h index 6782db52ee..445ecd55a8 100644 --- a/src/frontends/qt2/floatplacement.h +++ b/src/frontends/qt2/floatplacement.h @@ -11,6 +11,7 @@ */ #include +#include class QCheckBox; class QVBoxLayout; diff --git a/src/frontends/qt2/iconpalette.h b/src/frontends/qt2/iconpalette.h index a313824720..0646dcf084 100644 --- a/src/frontends/qt2/iconpalette.h +++ b/src/frontends/qt2/iconpalette.h @@ -15,6 +15,7 @@ #include +#include #include #include diff --git a/src/frontends/qt2/panelstack.h b/src/frontends/qt2/panelstack.h index fd3ceee26f..c1862acecd 100644 --- a/src/frontends/qt2/panelstack.h +++ b/src/frontends/qt2/panelstack.h @@ -14,6 +14,7 @@ #include #include +#include class QListView; class QListViewItem; -- 2.39.5