Merging from old trunk:

r595998 | lunakl | 2006-10-16 14:41:38 +0200 (Mon, 16 Oct 2006) | 3 lines

Fix two same argument names.


svn path=/trunk/KDE/kdebase/workspace/; revision=659293
This commit is contained in:
Luboš Luňák 2007-04-29 22:01:59 +00:00
parent 50a788d633
commit 80e6a05440

View file

@ -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;