mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
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:
parent
91e50210eb
commit
3df82b3c25
@ -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 $@
|
||||
|
@ -1,5 +1,2 @@
|
||||
#include <qapplication.h>
|
||||
#include <qmetaobject.h>
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -28,9 +28,5 @@
|
||||
#include <qwhatsthis.h>
|
||||
|
||||
|
||||
} // namespace lyx
|
||||
#include <qwidget.h>
|
||||
#include <qwidgetstack.h>
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
Loading…
Reference in New Issue
Block a user