summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/dunpopup.h
authorharlekin <harlekin>2003-03-26 22:30:46 (UTC)
committer harlekin <harlekin>2003-03-26 22:30:46 (UTC)
commita57325de7183c21df6b5ff06eff8cf7e3c328ef4 (patch) (side-by-side diff)
tree8724c094150cf0e977c54afa5c41a7e8da964e55 /noncore/net/opietooth/manager/dunpopup.h
parentc6e22820a2c28eb8a8f6bab690a36c3fa2605387 (diff)
downloadopie-a57325de7183c21df6b5ff06eff8cf7e3c328ef4.zip
opie-a57325de7183c21df6b5ff06eff8cf7e3c328ef4.tar.gz
opie-a57325de7183c21df6b5ff06eff8cf7e3c328ef4.tar.bz2
ups
Diffstat (limited to 'noncore/net/opietooth/manager/dunpopup.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/dunpopup.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/dunpopup.h b/noncore/net/opietooth/manager/dunpopup.h
new file mode 100644
index 0000000..c070c56
--- a/dev/null
+++ b/noncore/net/opietooth/manager/dunpopup.h
@@ -0,0 +1,33 @@
+#ifndef DUNPOPUP_H
+#define DUNPOPUP_H
+
+#include <qpopupmenu.h>
+#include <qaction.h>
+
+#include <startdunconnection.h>
+
+#include "btdeviceitem.h"
+
+
+namespace OpieTooth {
+
+ class DunPopup : public QPopupMenu {
+
+ Q_OBJECT
+
+ public:
+ DunPopup( OpieTooth::BTDeviceItem* );
+ ~DunPopup();
+
+ private:
+ QAction* m_push;
+ OpieTooth::StartDunConnection* m_dunconnection;
+ OpieTooth::BTDeviceItem *m_item;
+ private slots:
+ void slotConnect();
+ void slotDisconnect();
+ void slotConnectAndConfig();
+ };
+};
+
+#endif