mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
44cd0fc9a1
commit
7519dcc6ca
@ -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>
|
||||
|
@ -20,6 +20,7 @@
|
||||
#define LCOLOR_H
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <string>
|
||||
|
||||
/**
|
||||
This is a stateless class.
|
||||
|
@ -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
|
||||
|
@ -13,6 +13,7 @@
|
||||
#define QDELIMITERDIALOG_H
|
||||
|
||||
#include "ui/QDelimiterDialogBase.h"
|
||||
#include <string>
|
||||
|
||||
|
||||
class QMathDelimiter;
|
||||
|
@ -13,6 +13,7 @@
|
||||
#define QMATHDIALOG_H
|
||||
|
||||
#include "ui/QMathDialogBase.h"
|
||||
#include <string>
|
||||
|
||||
|
||||
class QMath;
|
||||
|
@ -14,6 +14,7 @@
|
||||
|
||||
|
||||
#include "ui/QSearchDialogBase.h"
|
||||
#include <string>
|
||||
|
||||
class QSearch;
|
||||
class QCloseEvent;
|
||||
|
@ -11,6 +11,7 @@
|
||||
*/
|
||||
|
||||
#include <qwidget.h>
|
||||
#include <string>
|
||||
|
||||
class QCheckBox;
|
||||
class QVBoxLayout;
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
#include <qwidget.h>
|
||||
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
|
@ -14,6 +14,7 @@
|
||||
#include <qwidget.h>
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
class QListView;
|
||||
class QListViewItem;
|
||||
|
Loading…
Reference in New Issue
Block a user