| Home · All Classes · Grouped Classes · Annotated · Functions | ![]() |
/****************************************************************************
**
** This file is part of the Qtopia Phone Edition Package.
**
** Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies).
**
** $QT_EXTENDED_DUAL_LICENSE$
**
****************************************************************************/
#ifndef BLUETOOTHSERVICE_H
#define BLUETOOTHSERVICE_H
#include <QMainWindow>
class BluetoothService : public QMainWindow
{
Q_OBJECT
public:
BluetoothService(QWidget *parent = 0, Qt::WFlags f = 0);
virtual ~BluetoothService();
};
#endif
| Copyright © 2008 Nokia | Trademarks | Qtopia 4.3.3 |