X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugin%2Fcomponents.h;h=edf64347bedcb99c9d381f06ed6aecd3ce019935;hb=e172ed0b33c85cb3f137b1983aa7ea8a303535bb;hp=5e3813b506931a30a3935aa4ec195da072c2c89d;hpb=f4b4a04b69401dc70b3aa0c997fe6eae024da946;p=profile%2Fivi%2Fconnman-qt.git diff --git a/plugin/components.h b/plugin/components.h index 5e3813b..edf6434 100644 --- a/plugin/components.h +++ b/plugin/components.h @@ -9,16 +9,17 @@ #ifndef COMPONENTS_H #define COMPONENTS_H -#include -#include +#include +#include +#include -class Components : public QDeclarativeExtensionPlugin +class Components : public QQmlExtensionPlugin { Q_OBJECT public: void registerTypes(const char *uri); - void initializeEngine(QDeclarativeEngine *engine, const char *uri); + void initializeEngine(QQmlEngine *engine, const char *uri); }; #endif // COMPONENTS_H