screensaver/devicedialogplugins/snsrdevicedialogplugin/inc/snsrdevicedialogplugin.h
changeset 98 e6f74eb7f69f
parent 62 341166945d65
equal deleted inserted replaced
97:66b5fe3c07fd 98:e6f74eb7f69f
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 - 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    19 #define SNSRDEVICEDIALOGPLUGIN_H
    19 #define SNSRDEVICEDIALOGPLUGIN_H
    20 
    20 
    21 #include <QObject>
    21 #include <QObject>
    22 #include <QVariantMap>
    22 #include <QVariantMap>
    23 
    23 
    24 #include <hbdevicedialogplugin.h>
    24 #include <HbDeviceDialogPlugin>
    25 
    25 
    26 class SnsrDeviceDialogPlugin: public HbDeviceDialogPlugin
    26 class SnsrDeviceDialogPlugin: public HbDeviceDialogPlugin
    27 {
    27 {
    28 
    28 
    29 Q_OBJECT
    29 Q_OBJECT