fix build.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5335 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-09-24 14:44:52 +00:00
parent da4456f2aa
commit 56d02aafa9
3 changed files with 5 additions and 8 deletions

View File

@ -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.

View File

@ -10,10 +10,6 @@
#include "QCommandEdit.h"
#ifdef __GNUG__
#pragma implementation
#endif
QCommandEdit::QCommandEdit(QWidget * parent)
: QLineEdit(parent)
{

View File

@ -12,10 +12,6 @@
#ifndef QCOMMANDEDIT_H
#define QCOMMANDEDIT_H
#ifdef __GNUG__
#pragma interface
#endif
#include <qlineedit.h>
class QCommandEdit : public QLineEdit {