Use QLineEdit for Qt>=5.2

This commit is contained in:
Craig Drummond
2016-10-16 23:05:49 +01:00
committed by Craig Drummond
parent 6c695bcf29
commit a0d167323f
3 changed files with 13 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ void LineEdit::setReadOnly(bool e)
}
}
#if !defined ENABLE_KDE_SUPPORT // && QT_VERSION < 0x050200
#if !defined ENABLE_KDE_SUPPORT && QT_VERSION < 0x050200
/****************************************************************************
**