Obsolete Members for KAssistantDialog

The following members of class KAssistantDialog are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Functions

(deprecated in 6.29) QPushButton *backButton() const
(deprecated in 6.29) QPushButton *finishButton() const
(deprecated in 6.29) QPushButton *nextButton() const

Member Function Documentation

[deprecated in 6.29] QPushButton *KAssistantDialog::backButton() const

This function is deprecated since 6.29. We strongly advise against using it in new code.

Returns the back button

Override back(), instead

[deprecated in 6.29] QPushButton *KAssistantDialog::finishButton() const

This function is deprecated since 6.29. We strongly advise against using it in new code.

Returns the finish button

Override next(), or use setValid(), instead, possibly combined with onLastPage()

[deprecated in 6.29] QPushButton *KAssistantDialog::nextButton() const

This function is deprecated since 6.29. We strongly advise against using it in new code.

Returns the next button

Override next(), or use setValid(), instead