mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
build fixes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5719 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
467b0c0913
commit
d66fbd6442
@ -1,3 +1,9 @@
|
||||
2002-11-26 John Levon <levon@movementarian.org>
|
||||
|
||||
* QMathDialog.C:
|
||||
* Toolbar_pimpl.h:
|
||||
* Toolbar_pimpl.C: Qt is the Lord of Suck
|
||||
|
||||
2002-11-25 John Levon <levon@movementarian.org>
|
||||
|
||||
* qscreen.C: use LColor::cursor properly
|
||||
|
@ -18,10 +18,11 @@
|
||||
#include "gettext.h"
|
||||
#include "debug.h"
|
||||
|
||||
#include "ControlMath.h"
|
||||
|
||||
#include "QMathDialog.h"
|
||||
#include "QMath.h"
|
||||
|
||||
#include "ControlMath.h"
|
||||
#include "iconpalette.h"
|
||||
#include "QDelimiterDialog.h"
|
||||
#include "QMathMatrixDialog.h"
|
||||
|
@ -28,13 +28,13 @@
|
||||
#include "support/filetools.h"
|
||||
#include "support/lstrings.h"
|
||||
|
||||
#include "QtView.h"
|
||||
|
||||
#include "ControlMath.h"
|
||||
#include "Toolbar_pimpl.h"
|
||||
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
|
||||
#include "QtView.h"
|
||||
#include "Toolbar_pimpl.h"
|
||||
|
||||
#include <qtoolbar.h>
|
||||
#include <qcombobox.h>
|
||||
#include <qtooltip.h>
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
#include "frontends/Toolbar.h"
|
||||
|
||||
#include <qobject.h>
|
||||
#include <qtoolbutton.h>
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
#include <qobject.h>
|
||||
#include <qtoolbutton.h>
|
||||
|
||||
class QtView;
|
||||
class QToolBar;
|
||||
class QLComboBox;
|
||||
|
Loading…
Reference in New Issue
Block a user