Fix two same argument names.
svn path=/trunk/KDE/kdebase/workspace/; revision=595998
This commit is contained in:
parent
338adc9ad5
commit
31c7372e51
1 changed files with 2 additions and 2 deletions
|
@ -258,8 +258,8 @@ class KWIN_EXPORT KCommonDecoration : public KDecoration
|
|||
private:
|
||||
void resetLayout();
|
||||
|
||||
void moveWidget(int x, int y, QWidget *w) const;
|
||||
void resizeWidget(int w, int h, QWidget *w) const;
|
||||
void moveWidget(int x, int y, QWidget *widget) const;
|
||||
void resizeWidget(int w, int h, QWidget *widget) const;
|
||||
|
||||
typedef QVector <KCommonDecorationButton*> ButtonContainer; ///< If the entry is 0, it's a spacer.
|
||||
int buttonContainerWidth(const ButtonContainer &btnContainer, bool countHidden = false) const;
|
||||
|
|
Loading…
Reference in a new issue