From 992f2ee6b9d4a06706fc9722af973b3c8ed66eb0 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 1 Feb 2007 11:40:13 +0000 Subject: [PATCH] Don't crash due to a missing Q_OBJECT macro svn path=/trunk/KDE/kdebase/workspace/; revision=629104 --- lib/kcommondecoration.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/kcommondecoration.h b/lib/kcommondecoration.h index dfa6c635d1..1c17184db2 100644 --- a/lib/kcommondecoration.h +++ b/lib/kcommondecoration.h @@ -289,6 +289,7 @@ class KWIN_EXPORT KCommonDecorationButton : public QAbstractButton { friend class KCommonDecoration; + Q_OBJECT public: KCommonDecorationButton(ButtonType type, KCommonDecoration *parent); virtual ~KCommonDecorationButton();