Merging from old trunk:

r637366 | mueller | 2007-02-26 08:44:18 +0100 (Mon, 26 Feb 2007) | 2 lines

header cleanness++


svn path=/trunk/KDE/kdebase/workspace/; revision=659553
This commit is contained in:
Luboš Luňák 2007-04-30 12:08:23 +00:00
parent 4bc40e9b26
commit c2791ad389

View file

@ -621,7 +621,7 @@ class KWIN_EXPORT KDecoration
* isShade() to get the current state. * isShade() to get the current state.
*/ */
virtual void shadeChange() = 0; virtual void shadeChange() = 0;
signals: Q_SIGNALS:
/** /**
* This signal is emitted whenever the window's keep-above state changes. * 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). * Ungrabs X server (if the number of ungrab attempts matches the number of grab attempts).
*/ */
void ungrabXServer(); void ungrabXServer();
public slots: public Q_SLOTS:
// requests from decoration // requests from decoration
/** /**