/****************************************************************************
**
** Copyright (C) 2000-$THISYEAR$ $TROLLTECH$. All rights reserved.
**
** This file is part of the $MODULE$ of the Qtopia Toolkit.
**
** $TROLLTECH_DUAL_LICENSE$
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
****************************************************************************/
#ifndef BRCM1103KBDDRIVERPLUGIN_H
#define BRCM1103KBDDRIVERPLUGIN_H
#include <QtGui/QWSKeyboardHandlerFactoryInterface>
class Brcm1103KbdDriverPlugin : public QKbdDriverPlugin {
Q_OBJECT
public:
Brcm1103KbdDriverPlugin( QObject *parent = 0 );
virtual ~Brcm1103KbdDriverPlugin();
QWSKeyboardHandler* create(const QString& driver, const QString& device);
QWSKeyboardHandler* create(const QString& driver);
QStringList keys()const;
};
#endif // BRCM1103KBDDRIVERPLUGIN_H