From 4d66c9ce509be7f0ba8adf1c8eb9142c787a3649 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Mon, 23 Feb 2009 10:36:04 +0000 Subject: [PATCH] - slots -> Q_SLOTS - KDE CamelCase includes should be in the form KDE/Foo svn path=/trunk/KDE/kdebase/workspace/; revision=930393 --- lib/kwineffects.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/kwineffects.h b/lib/kwineffects.h index 4f8b5228c7..d0c008b590 100644 --- a/lib/kwineffects.h +++ b/lib/kwineffects.h @@ -40,8 +40,8 @@ along with this program. If not, see . #include #include -#include -#include +#include +#include #include #include @@ -1683,7 +1683,7 @@ class KWIN_EXPORT EffectFrame : public QObject */ static QColor textColor(); - private slots: + private Q_SLOTS: void plasmaThemeChanged(); private: