mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
get rid of QT3_SUPPORT and some cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14742 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4a2016826d
commit
ae2cce4188
@ -95,7 +95,7 @@ QDelimiterDialog::QDelimiterDialog(QMathDelimiter * form)
|
||||
connect(closePB, SIGNAL(clicked()), this, SLOT(accept()));
|
||||
connect(insertPB, SIGNAL(clicked()), this, SLOT(insertClicked()));
|
||||
|
||||
setCaption(qt_("LyX: Delimiters"));
|
||||
setWindowTitle(qt_("LyX: Delimiters"));
|
||||
|
||||
for (int i = 0; *delim[i]; ++i) {
|
||||
QPixmap pm = QPixmap(toqstr(find_xpm(delim[i])));
|
||||
|
Loading…
Reference in New Issue
Block a user