]> git.lyx.org Git - lyx.git/commitdiff
Qt compilation fixes.
authorAngus Leeming <leeming@lyx.org>
Mon, 6 Oct 2003 19:57:16 +0000 (19:57 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 6 Oct 2003 19:57:16 +0000 (19:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7863 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/LColor.h
src/frontends/qt2/ChangeLog
src/frontends/qt2/QDelimiterDialog.h
src/frontends/qt2/QMathDialog.h
src/frontends/qt2/QSearchDialog.h
src/frontends/qt2/floatplacement.h
src/frontends/qt2/iconpalette.h
src/frontends/qt2/panelstack.h

index 7be9bf58776d32cdc33f554e249f0ad9eec101a9..e5cb4ad2730e71d0dbdd67276e2f36deb9dfbb35 100644 (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>
index b62673dd52f71e0972a18314035221c90aff7027..794133b6145d0baeaebb807945a5ca1cb743b30a 100644 (file)
@@ -20,6 +20,7 @@
 #define LCOLOR_H
 
 #include <boost/scoped_ptr.hpp>
+#include <string>
 
 /**
   This is a stateless class.
index acc6cacba55b96b47f2fce153770969026d9a145..3706ea4213955a2e4cd48c1395c356c0c5130c20 100644 (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
index 412e247d74f83cc4566da249c6e9579525584b02..6cd3b0f977c134aa1ef8482b720df4dd722d55de 100644 (file)
@@ -13,6 +13,7 @@
 #define QDELIMITERDIALOG_H
 
 #include "ui/QDelimiterDialogBase.h"
+#include <string>
 
 
 class QMathDelimiter;
index 09585fb11121f5306ae123a141df382b4b36996e..3a1c70ea66d3674886a976879616c29372f6c5e4 100644 (file)
@@ -13,6 +13,7 @@
 #define QMATHDIALOG_H
 
 #include "ui/QMathDialogBase.h"
+#include <string>
 
 
 class QMath;
index 5ae2547714b663f8047d851a1d161c4ff21393db..bd47dedebb4b3c83cab26810b7c60be9c3739883 100644 (file)
@@ -14,6 +14,7 @@
 
 
 #include "ui/QSearchDialogBase.h"
+#include <string>
 
 class QSearch;
 class QCloseEvent;
index 6782db52ee831ca025ff8950f6079fa3b44cdc1c..445ecd55a809fb769a3b9a1416158c79d91d8aa8 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #include <qwidget.h>
+#include <string>
 
 class QCheckBox;
 class QVBoxLayout;
index a313824720623d2eb80fe2c98a285778351f5345..0646dcf08450162c3c98f00da760b3a936c4fade 100644 (file)
@@ -15,6 +15,7 @@
 
 #include <qwidget.h>
 
+#include <string>
 #include <utility>
 #include <vector>
 
index fd3ceee26f214928c44891e290f1e11dff515a37..c1862acecdc0340c3d779b5e0732fba5014fcd8d 100644 (file)
@@ -14,6 +14,7 @@
 #include <qwidget.h>
 
 #include <map>
+#include <string>
 
 class QListView;
 class QListViewItem;