diff --git a/clients/oxygen/oxygenclient.cpp b/clients/oxygen/oxygenclient.cpp index 4f173e9ffb..342566c47f 100644 --- a/clients/oxygen/oxygenclient.cpp +++ b/clients/oxygen/oxygenclient.cpp @@ -1226,14 +1226,13 @@ namespace Oxygen } - //_________________________________________________________ - QString OxygenClient::defaultButtonsLeft() const - { return KCommonDecoration::defaultButtonsLeft(); } - - - //_________________________________________________________ - QString OxygenClient::defaultButtonsRight() const - { return "HIAX"; } +// //_________________________________________________________ +// QString OxygenClient::defaultButtonsLeft() const +// { return KCommonDecoration::defaultButtonsLeft(); } +// +// //_________________________________________________________ +// QString OxygenClient::defaultButtonsRight() const +// { return "HIAX"; } //________________________________________________________________ void OxygenClient::updateWindowShape() diff --git a/clients/oxygen/oxygenclient.h b/clients/oxygen/oxygenclient.h index f28c1778c6..2c2ebfda92 100644 --- a/clients/oxygen/oxygenclient.h +++ b/clients/oxygen/oxygenclient.h @@ -175,11 +175,11 @@ namespace Oxygen //@} - //! default buttons located on the left - virtual QString defaultButtonsLeft() const; - - //! default buttons located on the right - virtual QString defaultButtonsRight() const; +// //! default buttons located on the left +// virtual QString defaultButtonsLeft() const; +// +// //! default buttons located on the right +// virtual QString defaultButtonsRight() const; //!@name status change methods (overloaded from KCommonDecorationUnstable) //@{