Removed customized default buttons layout
svn path=/trunk/KDE/kdebase/workspace/; revision=1101759
This commit is contained in:
parent
728e3ed6f6
commit
a733f36b2e
2 changed files with 12 additions and 13 deletions
|
@ -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()
|
||||
|
|
|
@ -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)
|
||||
//@{
|
||||
|
|
Loading…
Reference in a new issue