Ok, some of these should be still slots after all.
svn path=/trunk/kdebase/kwin/; revision=293155
This commit is contained in:
parent
48a8d6ada0
commit
0760f3f763
1 changed files with 4 additions and 2 deletions
6
client.h
6
client.h
|
@ -274,11 +274,13 @@ class Client : public QObject, public KDecorationDefines
|
|||
void toggleOnAllDesktops();
|
||||
void toggleShade();
|
||||
void showContextHelp();
|
||||
void autoRaise();
|
||||
void cancelAutoRaise();
|
||||
void shadeHover();
|
||||
void destroyClient();
|
||||
|
||||
private slots:
|
||||
void autoRaise();
|
||||
void shadeHover();
|
||||
|
||||
private:
|
||||
friend class Bridge; // FRAME
|
||||
virtual void processMousePressEvent( QMouseEvent* e );
|
||||
|
|
Loading…
Reference in a new issue