summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/bluemanager.h
authorharlekin <harlekin>2002-05-30 18:32:39 (UTC)
committer harlekin <harlekin>2002-05-30 18:32:39 (UTC)
commit9deb3a3784c638abd44bb0a263ebec29b6a20d9a (patch) (unidiff)
treee9fc623e322d348ed8e0f4e57ffaca36956d5d07 /noncore/net/opietooth/manager/bluemanager.h
parentf117abbfaf2c17c5af700433d181266b4c8d5a7b (diff)
downloadopie-9deb3a3784c638abd44bb0a263ebec29b6a20d9a.zip
opie-9deb3a3784c638abd44bb0a263ebec29b6a20d9a.tar.gz
opie-9deb3a3784c638abd44bb0a263ebec29b6a20d9a.tar.bz2
gui stuff - not doing anything
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