Change some call to KLineEdit::setClickMessage to QLineEdit::setPlaceholderText

This commit is contained in:
Benjamin Port 2012-07-06 21:39:32 +02:00
parent 9d6bf88aba
commit e3e6489165

View File

@ -86,7 +86,7 @@ public:
* @deprecated use LineEdit::setPlaceholderText instead
*/
#ifndef KDE_NO_DEPRECATED
void PLASMA_DEPRECATED setClickMessage(const QString &message);
PLASMA_DEPRECATED void setClickMessage(const QString &message);
#endif
/**
@ -95,7 +95,7 @@ public:
* @deprecated use LineEdit::placeholderText instead
*/
#ifndef KDE_NO_DEPRECATED
QString PLASMA_DEPRECATED clickMessage() const;
PLASMA_DEPRECATED QString clickMessage() const;
#endif
/**