#include "LString.h" in the right places. Must be doing something right

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
This commit is contained in:
Angus Leeming 2002-01-16 16:00:14 +00:00
parent ec8da0035d
commit 2fa5fefbfd
5 changed files with 12 additions and 0 deletions

View 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?

View 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

View File

@ -20,6 +20,7 @@
#define CONTROLINSET_H
#include "ControlConnections.h"
#include "LString.h"
class Inset;

View File

@ -20,6 +20,7 @@
#endif
#include "ControlDialog_impl.h"
#include "LString.h"
/** A controller for Search dialogs.
*/

View File

@ -3,6 +3,7 @@
// needed for pid_t typedef
#include <sys/types.h>
#include "LString.h" // can't forward declare...
class BufferParams;