Removed customized default buttons layout

svn path=/trunk/KDE/kdebase/workspace/; revision=1101759
This commit is contained in:
Hugo Pereira Da Costa 2010-03-10 21:01:21 +00:00
parent 728e3ed6f6
commit a733f36b2e
2 changed files with 12 additions and 13 deletions

View file

@ -1226,14 +1226,13 @@ namespace Oxygen
} }
//_________________________________________________________ // //_________________________________________________________
QString OxygenClient::defaultButtonsLeft() const // QString OxygenClient::defaultButtonsLeft() const
{ return KCommonDecoration::defaultButtonsLeft(); } // { return KCommonDecoration::defaultButtonsLeft(); }
//
// //_________________________________________________________
//_________________________________________________________ // QString OxygenClient::defaultButtonsRight() const
QString OxygenClient::defaultButtonsRight() const // { return "HIAX"; }
{ return "HIAX"; }
//________________________________________________________________ //________________________________________________________________
void OxygenClient::updateWindowShape() void OxygenClient::updateWindowShape()

View file

@ -175,11 +175,11 @@ namespace Oxygen
//@} //@}
//! default buttons located on the left // //! default buttons located on the left
virtual QString defaultButtonsLeft() const; // virtual QString defaultButtonsLeft() const;
//
//! default buttons located on the right // //! default buttons located on the right
virtual QString defaultButtonsRight() const; // virtual QString defaultButtonsRight() const;
//!@name status change methods (overloaded from KCommonDecorationUnstable) //!@name status change methods (overloaded from KCommonDecorationUnstable)
//@{ //@{