X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2FADHERE%2FADHERE_servicepluginloader.h;h=512386e28224417676eb00b4d22ce52c95b421fa;hb=HEAD;hp=d5139ddb6536445c3c33b7b145771117ae755779;hpb=e494cd05f1809789fd03d888c5592753d04f2031;p=qtmads diff --git a/src/ADHERE/ADHERE_servicepluginloader.h b/src/ADHERE/ADHERE_servicepluginloader.h index d5139dd..512386e 100644 --- a/src/ADHERE/ADHERE_servicepluginloader.h +++ b/src/ADHERE/ADHERE_servicepluginloader.h @@ -21,7 +21,7 @@ #ifndef ADHERESERVICEPLUGINLOADER_H_ #define ADHERESERVICEPLUGINLOADER_H_ -#include "qtmadsserviceinterface.h" +#include "qtmadsserviceloaderinterface.h" #include @@ -29,10 +29,10 @@ #include "ADHERE_serviceplugin.h" -class AdhereServicePluginLoader : public QObject, QtmadsServiceInterface +class AdhereServicePluginLoader : public QObject, QtmadsServiceLoaderInterface { Q_OBJECT - Q_INTERFACES(QtmadsServiceInterface) + Q_INTERFACES(QtmadsServiceLoaderInterface) public: AdhereServicePluginLoader(){};