mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 06:19:36 +00:00
Compilation fixes:
* src/frontends/qt4/iconpallete.h: add missing header * src/frontends/qt4/Makefile.dialogs: remove removed math panel dialog. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17875 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9b1943330d
commit
d661baca0a
@ -113,7 +113,6 @@ MOCFILES = \
|
||||
QLMenubar.C QLMenubar.h \
|
||||
QLPopupMenu.C QLPopupMenu.h \
|
||||
QLPrintDialog.C QLPrintDialog.h \
|
||||
QMathDialog.C QMathDialog.h \
|
||||
QMathMatrixDialog.C QMathMatrixDialog.h \
|
||||
QNomenclDialog.C QNomenclDialog.h \
|
||||
QNoteDialog.C QNoteDialog.h \
|
||||
|
@ -14,6 +14,7 @@
|
||||
|
||||
#include <QWidget>
|
||||
#include <QMenu>
|
||||
#include <QLayout>
|
||||
#include "Action.h"
|
||||
|
||||
namespace lyx {
|
||||
|
Loading…
Reference in New Issue
Block a user