From 0760f3f76369be45aa93460296419ba5ebfcdf54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Tue, 2 Mar 2004 17:37:20 +0000 Subject: [PATCH] Ok, some of these should be still slots after all. svn path=/trunk/kdebase/kwin/; revision=293155 --- client.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client.h b/client.h index e205a7e75e..d176246655 100644 --- a/client.h +++ b/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 );