Merging from old trunk:

r629104 | hausmann | 2007-02-01 12:40:13 +0100 (Thu, 01 Feb 2007) | 2 lines

Don't crash due to a missing Q_OBJECT macro


svn path=/trunk/KDE/kdebase/workspace/; revision=659531
This commit is contained in:
Luboš Luňák 2007-04-30 11:45:52 +00:00
parent 125cfda8e0
commit 79ab08b9e9

View file

@ -291,6 +291,7 @@ class KWIN_EXPORT KCommonDecorationButton : public QAbstractButton
friend class KCommonDecoration;
Q_OBJECT
public:
KCommonDecorationButton(ButtonType type, KCommonDecoration *parent);
virtual ~KCommonDecorationButton();