Qt compilation fixes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7863 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-10-06 19:57:16 +00:00
parent 44cd0fc9a1
commit 7519dcc6ca
9 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-10-06 Angus Leeming <leeming@lyx.org>
* LColor.h: Add missing #include <string>.
2003-10-06 Lars Gullik Bjønnes <larsbj@gullik.net>
* All most all file in all subdirs: Make <string> be the prefered
@ -5,7 +9,7 @@
2003-10-06 André Pönitz <poenitz@gmx.net>
* 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 <poenitz@gmx.net>

View File

@ -20,6 +20,7 @@
#define LCOLOR_H
#include <boost/scoped_ptr.hpp>
#include <string>
/**
This is a stateless class.

View File

@ -1,3 +1,12 @@
2003-10-06 Michael Schmitt <michael.schmitt@teststep.org>
* QDelimiterDialog.h:
* QMathDialog.h:
* QSearchDialog.h:
* floatplacement.h:
* iconpalette.h:
* panelstack.h: add #include <string>.
2003-10-01 Vitaly Lipatov <lav@vl3143.spb.edu>
* FileDialog.C: use fromqstr in a few places to enable the dialog to

View File

@ -13,6 +13,7 @@
#define QDELIMITERDIALOG_H
#include "ui/QDelimiterDialogBase.h"
#include <string>
class QMathDelimiter;

View File

@ -13,6 +13,7 @@
#define QMATHDIALOG_H
#include "ui/QMathDialogBase.h"
#include <string>
class QMath;

View File

@ -14,6 +14,7 @@
#include "ui/QSearchDialogBase.h"
#include <string>
class QSearch;
class QCloseEvent;

View File

@ -11,6 +11,7 @@
*/
#include <qwidget.h>
#include <string>
class QCheckBox;
class QVBoxLayout;

View File

@ -15,6 +15,7 @@
#include <qwidget.h>
#include <string>
#include <utility>
#include <vector>

View File

@ -14,6 +14,7 @@
#include <qwidget.h>
#include <map>
#include <string>
class QListView;
class QListViewItem;