From fd18bfc8401b2fb199e00814109c3b1958d216bf Mon Sep 17 00:00:00 2001 From: Romain Pokrzywka Date: Sun, 6 Dec 2009 22:42:58 +0000 Subject: [PATCH] AnimationGroup is gone in kdelibs svn path=/trunk/KDE/kdebase/runtime/; revision=1059559 --- scriptengines/javascript/simplejavascriptapplet.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/scriptengines/javascript/simplejavascriptapplet.cpp b/scriptengines/javascript/simplejavascriptapplet.cpp index 457459b09..b0bd7241b 100644 --- a/scriptengines/javascript/simplejavascriptapplet.cpp +++ b/scriptengines/javascript/simplejavascriptapplet.cpp @@ -39,7 +39,6 @@ #include #include -#include #include #include #include @@ -63,7 +62,6 @@ Q_DECLARE_METATYPE(QGraphicsWidget*) Q_DECLARE_METATYPE(QGraphicsLayout*) Q_DECLARE_METATYPE(KConfigGroup) Q_DECLARE_METATYPE(Plasma::Animation *) -Q_DECLARE_METATYPE(Plasma::AnimationGroup *) Q_SCRIPT_DECLARE_QMETAOBJECT(AppletInterface, SimpleJavaScriptApplet*)