[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/base/plasma/applets
From:       Christoph Feck <christoph () maxiom ! de>
Date:       2010-01-13 13:29:05
Message-ID: 1263389345.034188.27224.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1074114 by cfeck:

Adapt to API changes


 M  +1 -0      contacts/marblecontactswidget.cpp  
 M  +1 -1      pgame/src/proxylayout.cpp  


--- trunk/playground/base/plasma/applets/contacts/marblecontactswidget.cpp #1074113:1074114
@@ -29,6 +29,7 @@
 
 #include <marble/AbstractFloatItem.h>
 #include <marble/RenderPlugin.h>
+#include <marble/MarbleWidgetInputHandler.h>
 
 
 MarbleContactsWidget::MarbleContactsWidget(const QString &themeID, QGraphicsItem *parent) :
--- trunk/playground/base/plasma/applets/pgame/src/proxylayout.cpp #1074113:1074114
@@ -36,7 +36,7 @@
 
     m_geometryAnimation = Plasma::Animator::create(Plasma::Animator::GeometryAnimation);
     m_geometryAnimation->setTargetWidget(m_widget);
-    m_geometryAnimation->setEasingCurveType(QEasingCurve::OutBounce);
+    m_geometryAnimation->setEasingCurve(QEasingCurve::OutBounce);
     m_geometryAnimation->setProperty("duration", 700);
     
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic