header cleanness++
svn path=/trunk/KDE/kdebase/workspace/; revision=637366
This commit is contained in:
parent
29f9714a7e
commit
28697de826
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue