summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/bluemanager.h
Unidiff
Diffstat (limited to 'noncore/net/opietooth/manager/bluemanager.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluemanager.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/bluemanager.h b/noncore/net/opietooth/manager/bluemanager.h
new file mode 100644
index 0000000..bec6d59
--- a/dev/null
+++ b/noncore/net/opietooth/manager/bluemanager.h
@@ -0,0 +1,41 @@
1/*
2 * bluemanager.h
3 *
4 * *
5 * This program is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU General Public License as published by *
7 * the Free Software Foundation; either version 2 of the License, or *
8 * (at your option) any later version. *
9 * *
10 ***************************************************************************/
11
12
13#ifndef BLUEMANAGER_H
14#define BLUEMANAGER_H
15
16#include <qdatetime.h>
17#include <qlist.h>
18
19#include "bluetoothbase.h"
20
21class QVBoxLayout;
22
23class BlueManager : public BluetoothBase {
24 Q_OBJECT
25
26 public:
27 BlueManager( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
28 ~BlueManager();
29
30 private slots:
31 void draw();
32 private:
33 void init();
34 private slots:
35 // void channelReceived(const QCString &msg, const QByteArray & data);
36
37 private:
38};
39
40
41#endif