mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-05 08:57:35 +00:00
#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:
parent
ec8da0035d
commit
2fa5fefbfd
@ -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>
|
2002-01-16 Allan Rae <rae@lyx.org>
|
||||||
|
|
||||||
* text2.C (removeRow): refresh_row needs a valid row. Or does it?
|
* text2.C (removeRow): refresh_row needs a valid row. Or does it?
|
||||||
|
@ -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>
|
2002-01-16 Angus Leeming <a.leeming@ic.ac.uk>
|
||||||
|
|
||||||
* ButtonController.h: split into two. The definition remains in
|
* ButtonController.h: split into two. The definition remains in
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
#define CONTROLINSET_H
|
#define CONTROLINSET_H
|
||||||
|
|
||||||
#include "ControlConnections.h"
|
#include "ControlConnections.h"
|
||||||
|
#include "LString.h"
|
||||||
|
|
||||||
class Inset;
|
class Inset;
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "ControlDialog_impl.h"
|
#include "ControlDialog_impl.h"
|
||||||
|
#include "LString.h"
|
||||||
|
|
||||||
/** A controller for Search dialogs.
|
/** A controller for Search dialogs.
|
||||||
*/
|
*/
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
// needed for pid_t typedef
|
// needed for pid_t typedef
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include "LString.h" // can't forward declare...
|
||||||
|
|
||||||
class BufferParams;
|
class BufferParams;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user