From: Abdelrazak Younes Date: Wed, 27 Oct 2010 20:15:35 +0000 (+0000) Subject: Compile fix, sorry. X-Git-Tag: 2.0.0~2218 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ea967964379a5f047a032f3d656966cdbded64c9;p=features.git Compile fix, sorry. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35871 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiNomenclature.cpp b/src/frontends/qt4/GuiNomenclature.cpp index 8267aab496..6a080eb0e5 100644 --- a/src/frontends/qt4/GuiNomenclature.cpp +++ b/src/frontends/qt4/GuiNomenclature.cpp @@ -11,7 +11,7 @@ #include -#include "GuiNomencl.h" +#include "GuiNomenclature.h" #include "qt_helpers.h" diff --git a/src/frontends/qt4/InsetParamsDialog.cpp b/src/frontends/qt4/InsetParamsDialog.cpp index aefda94fae..c7abda5464 100644 --- a/src/frontends/qt4/InsetParamsDialog.cpp +++ b/src/frontends/qt4/InsetParamsDialog.cpp @@ -21,7 +21,7 @@ #include "GuiInfo.h" #include "GuiLabel.h" #include "GuiLine.h" -#include "GuiNomencl.h" +#include "GuiNomenclature.h" #include "GuiTabular.h" #include "GuiVSpace.h" #include "FloatPlacement.h"