Don't crash due to a missing Q_OBJECT macro
svn path=/trunk/KDE/kdebase/workspace/; revision=629104
This commit is contained in:
parent
949c71490b
commit
992f2ee6b9
1 changed files with 1 additions and 0 deletions
|
@ -289,6 +289,7 @@ class KWIN_EXPORT KCommonDecorationButton : public QAbstractButton
|
||||||
{
|
{
|
||||||
friend class KCommonDecoration;
|
friend class KCommonDecoration;
|
||||||
|
|
||||||
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
KCommonDecorationButton(ButtonType type, KCommonDecoration *parent);
|
KCommonDecorationButton(ButtonType type, KCommonDecoration *parent);
|
||||||
virtual ~KCommonDecorationButton();
|
virtual ~KCommonDecorationButton();
|
||||||
|
|
Loading…
Reference in a new issue