Change some call to KLineEdit::setClickMessage to QLineEdit::setPlaceholderText
This commit is contained in:
parent
9d6bf88aba
commit
e3e6489165
@ -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
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user