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;
|
||||
|
||||
Q_OBJECT
|
||||
public:
|
||||
KCommonDecorationButton(ButtonType type, KCommonDecoration *parent);
|
||||
virtual ~KCommonDecorationButton();
|
||||
|
|
Loading…
Reference in a new issue