diff -r 16d8024aca5e -r f7ac710697a9 src/hbcore/style/hbstyleinterface.h --- a/src/hbcore/style/hbstyleinterface.h Mon Apr 19 14:02:13 2010 +0300 +++ b/src/hbcore/style/hbstyleinterface.h Mon May 03 12:48:33 2010 +0300 @@ -29,6 +29,8 @@ #include #include class HbWidgetBase; + +// DEPRECATED API (style plugins are deprecated) // Interface used with HbStyle plugins, see HbStyle documentation for more information class HbStyleInterface { @@ -39,6 +41,7 @@ virtual QGraphicsItem *createPrimitive( HbStyle::Primitive primitive, QGraphicsItem *parent = 0 ) const = 0; virtual void updatePrimitive( QGraphicsItem *item, HbStyle::Primitive primitive, const QStyleOption *option ) const = 0; virtual QString layoutPath() const = 0; + void deprecated(); }; Q_DECLARE_INTERFACE(HbStyleInterface, "com.nokia.Hb.StyleInterface")