From 28697de82690e6ac4f5b652b7fb6b7ee12b8249f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 26 Feb 2007 07:44:18 +0000 Subject: [PATCH] header cleanness++ svn path=/trunk/KDE/kdebase/workspace/; revision=637366 --- lib/kdecoration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/kdecoration.h b/lib/kdecoration.h index da5d53619f..9ad55a0878 100644 --- a/lib/kdecoration.h +++ b/lib/kdecoration.h @@ -621,7 +621,7 @@ class KWIN_EXPORT KDecoration * isShade() to get the current state. */ virtual void shadeChange() = 0; - signals: + Q_SIGNALS: /** * This signal is emitted whenever the window's keep-above state changes. */ @@ -726,7 +726,7 @@ class KWIN_EXPORT KDecoration * Ungrabs X server (if the number of ungrab attempts matches the number of grab attempts). */ void ungrabXServer(); - public slots: + public Q_SLOTS: // requests from decoration /**