diff -r 93b982ccede2 -r 5daf16870df6 src/gui/widgets/qlineedit.h --- a/src/gui/widgets/qlineedit.h Mon Jun 21 22:38:13 2010 +0100 +++ b/src/gui/widgets/qlineedit.h Thu Jul 22 16:41:55 2010 +0100 @@ -83,10 +83,7 @@ Q_PROPERTY(bool undoAvailable READ isUndoAvailable) Q_PROPERTY(bool redoAvailable READ isRedoAvailable) Q_PROPERTY(bool acceptableInput READ hasAcceptableInput) -// ### Qt 4.7: remove this #if guard -#if (QT_VERSION >= 0x407000) || defined(Q_WS_MAEMO_5) Q_PROPERTY(QString placeholderText READ placeholderText WRITE setPlaceholderText) -#endif public: explicit QLineEdit(QWidget* parent=0); @@ -102,11 +99,8 @@ QString displayText() const; -// ### Qt 4.7: remove this #if guard -#if (QT_VERSION >= 0x407000) || defined(Q_WS_MAEMO_5) QString placeholderText() const; void setPlaceholderText(const QString &); -#endif int maxLength() const; void setMaxLength(int);