searchui/onlinehandler/tsrc/t_bingplugin/inc/t_bingpluginfactory.h
changeset 12 993ab30e92fc
equal deleted inserted replaced
11:773be20e0a25 12:993ab30e92fc
       
     1 /*
       
     2  * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3  * All rights reserved.
       
     4  * This component and the accompanying materials are made available
       
     5  * under the terms of "Eclipse Public License v1.0"
       
     6  * which accompanies this distribution, and is available
       
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8  *
       
     9  * Initial Contributors:
       
    10  * Nokia Corporation - initial contribution.
       
    11  *
       
    12  * Contributors:
       
    13  *
       
    14  * Description:   Declaration of the search google online factory.
       
    15  *
       
    16  */
       
    17 
       
    18 #ifndef BINGPLUGINFACTORY_H
       
    19 #define BINGPLUGINFACTORY_H
       
    20 
       
    21 #include <QObject>
       
    22 
       
    23 #include <OnlineSearchPluginfactory.h>
       
    24 
       
    25 class OnlineSearchPlugin;
       
    26 
       
    27 
       
    28 class bingpluginFactory : public QObject, public OnlineSearchPluginFactory
       
    29 {
       
    30 	Q_OBJECT
       
    31 	Q_INTERFACES(OnlineSearchPluginFactory)
       
    32 
       
    33 public:
       
    34     
       
    35      // Wizard factory
       
    36 	OnlineSearchPlugin* createPlugin() const;
       
    37 };
       
    38 
       
    39 #endif // BINGPLUGINFACTORY_H