Splashscreen ad support. Wait dialog for ad click/browser start.
[qtmads] / src / qtmadsserviceinterface.h
diff --git a/src/qtmadsserviceinterface.h b/src/qtmadsserviceinterface.h
deleted file mode 100644 (file)
index 6b848d5..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Copyright (c) 2009 Eetu Lehmusvuo.
- *
- * This file is part of QtMAds.
- *
- * QtMAds is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * QtMAds is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with QtMAds.  If not, see <http://www.gnu.org/licenses/>.
- *
- */
-
-#ifndef QTMADSSERVICEINTERFACE_H_
-#define QTMADSSERVICEINTERFACE_H_
-
-#include "qtmadsservice.h"
-
-//class QtmadsService;
-
-class QtmadsServiceInterface
-{
-public:
-    virtual ~QtmadsServiceInterface(){};
-    virtual QtmadsService* loadService() = 0;
-};
-
-Q_DECLARE_INTERFACE(QtmadsServiceInterface, "com.qtmads.plugin.QtmadsServiceInterface/1.0");
-
-#endif /* QTMADSSERVICEINTERFACE_H_ */