From: Lars Gullik Bjønnes Date: Fri, 3 Dec 2004 19:56:32 +0000 (+0000) Subject: fix typo X-Git-Tag: 1.6.10~14763 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4048edc864229d70d1cdd0310f742fdd458c64af;p=features.git fix typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9339 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index 5ff7f433b4..c357d95216 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,3 +1,7 @@ +2004-12-03 Lars Gullik Bjonnes + + * Makefile.am, ui/Makefile.am (AM_CPPFLAGS): fix typo + 2004-12-02 Georg Baum * QTabular.C: use size_t-like types for cell, row and column indices @@ -5,13 +9,13 @@ 2004-12-03 Jürgen Spitzmüller * lengthvalidator.C: revert to correct if clause. - + * QDocument.C: * QDocumentDialog.C: * QTabular.C: * QTabularDialog.C: * QPrefs.C: implement length validators - + * QExternalDialog.C: * QGraphicsDialog.C: chose correct validators @@ -23,7 +27,7 @@ * QGraphicsDialog.C: use new member function. Add length validator * QBox.C: - * QBoxDialog.C: Add length validator + * QBoxDialog.C: Add length validator 2004-11-27 Jürgen Spitzmüller diff --git a/src/frontends/qt2/Makefile.am b/src/frontends/qt2/Makefile.am index 94a381feb4..ccfb657559 100644 --- a/src/frontends/qt2/Makefile.am +++ b/src/frontends/qt2/Makefile.am @@ -12,7 +12,7 @@ libqt2_la_LIBADD = $(QT_LIB) ui/*.lo moc/*.lo ui/moc/*.lo AM_CPPFLAGS = \ -DQT_CLEAN_NAMESPACE \ - -DQT_GENUINE_STR + -DQT_GENUINE_STR \ -I$(top_srcdir)/src/ -I$(top_srcdir)/src/frontends/ \ -I$(top_srcdir)/images \ $(QT_INCLUDES) $(BOOST_INCLUDES) \ diff --git a/src/frontends/qt2/ui/Makefile.am b/src/frontends/qt2/ui/Makefile.am index 4bb4458bee..b3c5e1f6c1 100644 --- a/src/frontends/qt2/ui/Makefile.am +++ b/src/frontends/qt2/ui/Makefile.am @@ -10,7 +10,7 @@ EXTRA_DIST = QPreambleDialogBase.ui $(UIFILES) AM_CPPFLAGS = \ -DQT_CLEAN_NAMESPACE \ -DQT_GENUINE_STR \ - -DQT_NO_TRANSLATION + -DQT_NO_TRANSLATION \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/frontends \ -I$(top_srcdir)/src/frontends/qt2 \