]> git.lyx.org Git - features.git/commitdiff
#include "LString.h" in the right places. Must be doing something right
authorAngus Leeming <leeming@lyx.org>
Wed, 16 Jan 2002 16:00:14 +0000 (16:00 +0000)
committerAngus Leeming <leeming@lyx.org>
Wed, 16 Jan 2002 16:00:14 +0000 (16:00 +0000)
because Qt2 compiles, almost out of the box.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3392 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlInset.h
src/frontends/controllers/ControlSearch.h
src/sp_base.h

index 0c21e29c5e8264c8fa290f99f85093cdc1dfebb3..99158c9536cb0e8a93d86f179a3f82cfc5fbea62 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * sp_base.h: #include LString.h
+
 2002-01-16  Allan Rae  <rae@lyx.org>
 
        * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
index d06aacefd993488e5b1b2e84984083eaad23f565..56469cafa510a83660f5848ada29515887db60ec 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlInset.h:
+       * ControlSearch.h: #include LString.h
+
 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * ButtonController.h: split into two. The definition remains in
index 18441a6fed23d1d988b71d96fefc493f362234d9..e7a21d7be1b83b917fbdc103eec3153c9fb049d4 100644 (file)
@@ -20,6 +20,7 @@
 #define CONTROLINSET_H
 
 #include "ControlConnections.h"
+#include "LString.h"
 
 class Inset;
 
index e62b688819cdc3c0f0bb974635c6121aa4777ad7..3027f411f0943ae31f6146158f5978a2719d7d69 100644 (file)
@@ -20,6 +20,7 @@
 #endif
 
 #include "ControlDialog_impl.h"
+#include "LString.h"
 
 /** A controller for Search dialogs.
  */
index 05acee545353de40a471b16f0f32895f7ec89f67..5be10690471cb2a54f8a66b116dd8f52b9372d17 100644 (file)
@@ -3,6 +3,7 @@
 
 // needed for pid_t typedef
 #include <sys/types.h>
+#include "LString.h" // can't forward declare...
 
 class BufferParams;