fix some problems

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15430 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2006-10-21 08:25:29 +00:00
parent 91e50210eb
commit 3df82b3c25
3 changed files with 1 additions and 8 deletions

View File

@ -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 $@

View File

@ -1,5 +1,2 @@
#include <qapplication.h>
#include <qmetaobject.h>
namespace lyx {

View File

@ -28,9 +28,5 @@
#include <qwhatsthis.h>
} // namespace lyx
#include <qwidget.h>
#include <qwidgetstack.h>
namespace lyx {