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
|
// 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()
|
||||||
|
|
|
@ -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)
|
||||||
//@{
|
//@{
|
||||||
|
|
Loading…
Reference in a new issue