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
{ 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()

View file

@ -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)
//@{