X-Git-Url: http://git.maemo.org/git/?p=qtmads;a=blobdiff_plain;f=src%2FSOMA%2FSOMA_servicepluginloader.h;h=20d939d91b33b9bb310a555c99e290c592fba433;hp=890d22502bd3f2ac89e45c5288c91e6be3b488f5;hb=ae64559a5b66acf4142c5972348548367fe0ca96;hpb=e494cd05f1809789fd03d888c5592753d04f2031 diff --git a/src/SOMA/SOMA_servicepluginloader.h b/src/SOMA/SOMA_servicepluginloader.h index 890d225..20d939d 100644 --- a/src/SOMA/SOMA_servicepluginloader.h +++ b/src/SOMA/SOMA_servicepluginloader.h @@ -21,7 +21,7 @@ #ifndef SOMASERVICEPLUGINLOADER_H_ #define SOMASERVICEPLUGINLOADER_H_ -#include "qtmadsserviceinterface.h" +#include "qtmadsserviceloaderinterface.h" #include @@ -29,10 +29,10 @@ #include "SOMA_serviceplugin.h" -class SomaServicePluginLoader : public QObject, QtmadsServiceInterface +class SomaServicePluginLoader : public QObject, QtmadsServiceLoaderInterface { Q_OBJECT - Q_INTERFACES(QtmadsServiceInterface) + Q_INTERFACES(QtmadsServiceLoaderInterface) public: SomaServicePluginLoader(){};