Splashscreen ad support. Wait dialog for ad click/browser start.
[qtmads] / src / ADHERE / ADHERE_servicepluginloader.h
index d5139dd..512386e 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef ADHERESERVICEPLUGINLOADER_H_
 #define ADHERESERVICEPLUGINLOADER_H_
 
-#include "qtmadsserviceinterface.h"
+#include "qtmadsserviceloaderinterface.h"
 
 #include <QObject>
 
 
 #include "ADHERE_serviceplugin.h"
 
-class AdhereServicePluginLoader : public QObject, QtmadsServiceInterface
+class AdhereServicePluginLoader : public QObject, QtmadsServiceLoaderInterface
 {
     Q_OBJECT
-    Q_INTERFACES(QtmadsServiceInterface)
+    Q_INTERFACES(QtmadsServiceLoaderInterface)
 
 public:
     AdhereServicePluginLoader(){};