mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
A few more compilation fixes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7690 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7e320953ac
commit
36e03e8a48
@ -1,6 +1,14 @@
|
||||
2003-09-06 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* QCitationDialog.C:
|
||||
* QMathDialog.C:
|
||||
* QTabularDialog.C: remove using std::endl directive.
|
||||
|
||||
2003-09-06 Kornel Benko <kornel.benko@berlin.de>
|
||||
|
||||
* QLyXKeySym.C: re-add <map> header file.
|
||||
* QBrowseBox.C: re-add <cmath> header file.
|
||||
* qttableview.C: re-add <limits.h> header file.
|
||||
|
||||
2003-09-05 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
#include "QBrowseBox.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
|
||||
QBrowseBox::QBrowseBox(int rows, int cols, QWidget* parent, const char * name, WFlags f)
|
||||
|
@ -10,8 +10,6 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
||||
|
||||
#include "qt_helpers.h"
|
||||
#include "controllers/ControlCitation.h"
|
||||
|
||||
@ -28,7 +26,6 @@
|
||||
using std::vector;
|
||||
using std::find;
|
||||
using std::max;
|
||||
using std::endl;
|
||||
|
||||
|
||||
QCitationDialog::QCitationDialog(QCitation * form)
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**********************************************************************
|
||||
** $Id: qttableview.C,v 1.5 2003/09/05 14:56:51 leeming Exp $
|
||||
** $Id: qttableview.C,v 1.6 2003/09/06 10:16:15 leeming Exp $
|
||||
**
|
||||
** Implementation of QtTableView class
|
||||
**
|
||||
@ -19,6 +19,8 @@
|
||||
#include "qscrollbar.h"
|
||||
#include "qpainter.h"
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
/* Added by J. Levon for compilation with Qt 2.3.1 */
|
||||
#ifndef Q_CHECK_PTR
|
||||
#define Q_CHECK_PTR CHECK_PTR
|
||||
|
Loading…
Reference in New Issue
Block a user