Splashscreen ad support. Wait dialog for ad click/browser start.
[qtmads] / src / SOMA / SOMA_servicepluginloader.h
index 890d225..20d939d 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef SOMASERVICEPLUGINLOADER_H_
 #define SOMASERVICEPLUGINLOADER_H_
 
-#include "qtmadsserviceinterface.h"
+#include "qtmadsserviceloaderinterface.h"
 
 #include <QObject>
 
 
 #include "SOMA_serviceplugin.h"
 
-class SomaServicePluginLoader : public QObject, QtmadsServiceInterface
+class SomaServicePluginLoader : public QObject, QtmadsServiceLoaderInterface
 {
     Q_OBJECT
-    Q_INTERFACES(QtmadsServiceInterface)
+    Q_INTERFACES(QtmadsServiceLoaderInterface)
 
 public:
     SomaServicePluginLoader(){};