cpsecplugins/cpadvancedsecplugin/inc/cpcertpluginloader.h
changeset 63 989397f9511c
parent 62 3255e7d5bd67
child 66 67b3e3c1fc87
--- a/cpsecplugins/cpadvancedsecplugin/inc/cpcertpluginloader.h	Thu Oct 07 14:07:34 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-/*
- * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
- * All rights reserved.
- * This component and the accompanying materials are made available
- * under the terms of "Eclipse Public License v1.0""
- * which accompanies this distribution, and is available
- * at the URL "http://www.eclipse.org/legal/epl-v10.html".
- *
- * Initial Contributors:
- * Nokia Corporation - initial contribution.
- *
- * Contributors:
- *
- * Description:  
- *   
- */
-#ifndef	CPCERTPLUGINLOADER_H
-#define	CPCERTPLUGINLOADER_H
-
-#include <qobject.h>
-#include <cpplugininterface.h>
-#include <QTranslator>
-class CpCertPluginLoader : public QObject, public CpPluginInterface
-{
-    Q_OBJECT
-    Q_INTERFACES(CpPluginInterface)
-public:
-    CpCertPluginLoader();
-    virtual ~CpCertPluginLoader();
-      virtual QList<CpSettingFormItemData*>createSettingFormItemData(CpItemDataHelper &itemDataHelper) const;
-private:
-	  QTranslator* mTranslator;
-};
-
-#endif	//CPCERTPLUGINLOADER_H