From 3df82b3c25bd4869c526d608c7c21b0f31579f67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Sat, 21 Oct 2006 08:25:29 +0000 Subject: [PATCH] fix some problems git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15430 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt3/ui/Makefile.am | 2 +- src/frontends/qt3/ui/moc/pch.h | 3 --- src/frontends/qt3/ui/pch.h | 4 ---- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/src/frontends/qt3/ui/Makefile.am b/src/frontends/qt3/ui/Makefile.am index e9f66bb559..1784ffb7ea 100644 --- a/src/frontends/qt3/ui/Makefile.am +++ b/src/frontends/qt3/ui/Makefile.am @@ -25,7 +25,7 @@ nodist_libqt3ui_la_SOURCES = $(UIFILES:.ui=.h) $(UIFILES:.ui=.C) libqt3ui_la_LINK = touch libqt3ui.la ; echo # Use _() for localization instead of tr() or trUtf8() -UICFLAGS=-tr qt_ +UICFLAGS=-tr lyx::qt_ %.h: %.ui $(UIC) $(UICFLAGS) $< -o $@ diff --git a/src/frontends/qt3/ui/moc/pch.h b/src/frontends/qt3/ui/moc/pch.h index 2648c689d9..3738e9fe0a 100644 --- a/src/frontends/qt3/ui/moc/pch.h +++ b/src/frontends/qt3/ui/moc/pch.h @@ -1,5 +1,2 @@ #include #include - - -namespace lyx { diff --git a/src/frontends/qt3/ui/pch.h b/src/frontends/qt3/ui/pch.h index 24a7547e29..6aa54defe1 100644 --- a/src/frontends/qt3/ui/pch.h +++ b/src/frontends/qt3/ui/pch.h @@ -28,9 +28,5 @@ #include -} // namespace lyx #include #include - - -namespace lyx { -- 2.39.5