mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
remove QT3_SUPPORT macro dependency by Peter Kummel (syntheticpp@gmx.net)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14000 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f9f72cfa0c
commit
52557ce331
@ -84,10 +84,10 @@ QCommandBuffer::QCommandBuffer(QtView * view, ControlCommandBuffer & control, QW
|
||||
QHBoxLayout * layout = new QHBoxLayout(0);
|
||||
|
||||
QPushButton * up = new QPushButton(qpup, "", this);
|
||||
QToolTip::add(up, qt_("Previous command"));
|
||||
up->setToolTip(qt_("Previous command"));
|
||||
connect(up, SIGNAL(clicked()), this, SLOT(up()));
|
||||
QPushButton * down = new QPushButton(qpdown, "", this);
|
||||
QToolTip::add(down, qt_("Next command"));
|
||||
down->setToolTip(qt_("Next command"));
|
||||
connect(down, SIGNAL(clicked()), this, SLOT(down()));
|
||||
|
||||
edit_ = new QCommandEdit(this);
|
||||
|
Loading…
Reference in New Issue
Block a user