mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
fix build.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5335 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
da4456f2aa
commit
56d02aafa9
@ -1,3 +1,8 @@
|
||||
2002-09-24 John Levon <levon@movementarian.org>
|
||||
|
||||
* QCommandEdit.h:
|
||||
* QCommandEdit.C: fix build by removing the pragmas.
|
||||
|
||||
2002-09-24 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* most files: "standard-conforming" Licence declaration.
|
||||
|
@ -10,10 +10,6 @@
|
||||
|
||||
#include "QCommandEdit.h"
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation
|
||||
#endif
|
||||
|
||||
QCommandEdit::QCommandEdit(QWidget * parent)
|
||||
: QLineEdit(parent)
|
||||
{
|
||||
|
@ -12,10 +12,6 @@
|
||||
#ifndef QCOMMANDEDIT_H
|
||||
#define QCOMMANDEDIT_H
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface
|
||||
#endif
|
||||
|
||||
#include <qlineedit.h>
|
||||
|
||||
class QCommandEdit : public QLineEdit {
|
||||
|
Loading…
Reference in New Issue
Block a user