From 190439eccfb04b3a27b4e85b548245d3b1f4076a Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Wed, 27 Oct 2010 20:05:38 +0000 Subject: [PATCH] GuiNomencl.xxx: Rename to be in line with class name. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35870 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_manifest.py | 4 ++-- src/frontends/qt4/{GuiNomencl.cpp => GuiNomenclature.cpp} | 0 src/frontends/qt4/{GuiNomencl.h => GuiNomenclature.h} | 0 src/frontends/qt4/Makefile.am | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) rename src/frontends/qt4/{GuiNomencl.cpp => GuiNomenclature.cpp} (100%) rename src/frontends/qt4/{GuiNomencl.h => GuiNomenclature.h} (100%) diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 4aff506d17..e3868ef828 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -750,7 +750,7 @@ src_frontends_qt4_header_files = Split(''' GuiListings.h GuiLog.h GuiMathMatrix.h - GuiNomencl.h + GuiNomenclature.h GuiNote.h GuiPainter.h GuiParagraph.h @@ -854,7 +854,7 @@ src_frontends_qt4_files = Split(''' GuiListings.cpp GuiLog.cpp GuiMathMatrix.cpp - GuiNomencl.cpp + GuiNomenclature.cpp GuiNote.cpp GuiPainter.cpp GuiParagraph.cpp diff --git a/src/frontends/qt4/GuiNomencl.cpp b/src/frontends/qt4/GuiNomenclature.cpp similarity index 100% rename from src/frontends/qt4/GuiNomencl.cpp rename to src/frontends/qt4/GuiNomenclature.cpp diff --git a/src/frontends/qt4/GuiNomencl.h b/src/frontends/qt4/GuiNomenclature.h similarity index 100% rename from src/frontends/qt4/GuiNomencl.h rename to src/frontends/qt4/GuiNomenclature.h diff --git a/src/frontends/qt4/Makefile.am b/src/frontends/qt4/Makefile.am index 03d8423909..86929431d0 100644 --- a/src/frontends/qt4/Makefile.am +++ b/src/frontends/qt4/Makefile.am @@ -100,7 +100,7 @@ SOURCEFILES = \ GuiListings.cpp \ GuiLog.cpp \ GuiMathMatrix.cpp \ - GuiNomencl.cpp \ + GuiNomenclature.cpp \ GuiNote.cpp \ GuiPainter.cpp \ GuiParagraph.cpp \ @@ -207,7 +207,7 @@ MOCHEADER = \ GuiListings.h \ GuiLog.h \ GuiMathMatrix.h \ - GuiNomencl.h \ + GuiNomenclature.h \ GuiNote.h \ GuiParagraph.h \ GuiPhantom.h \ -- 2.39.2