summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/obexpopup.h
authorkorovkin <korovkin>2006-03-19 14:49:25 (UTC)
committer korovkin <korovkin>2006-03-19 14:49:25 (UTC)
commit73c1b0c47a02696061466c706f4eafb85fe1aa3b (patch) (side-by-side diff)
tree2d5507ee138c0585fc6937e4566dd5fb05dbb849 /noncore/net/opietooth/manager/obexpopup.h
parentd17df3ff1677779bfc23cfb08d27c83b03a3dfb4 (diff)
downloadopie-73c1b0c47a02696061466c706f4eafb85fe1aa3b.zip
opie-73c1b0c47a02696061466c706f4eafb85fe1aa3b.tar.gz
opie-73c1b0c47a02696061466c706f4eafb85fe1aa3b.tar.bz2
OBEX popup processes MAC address and port number.
Diffstat (limited to 'noncore/net/opietooth/manager/obexpopup.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/obexpopup.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/noncore/net/opietooth/manager/obexpopup.h b/noncore/net/opietooth/manager/obexpopup.h
index ba95e27..25af0d9 100644
--- a/noncore/net/opietooth/manager/obexpopup.h
+++ b/noncore/net/opietooth/manager/obexpopup.h
@@ -3,19 +3,21 @@
#include <qpopupmenu.h>
#include <qaction.h>
+#include <services.h>
+#include "btdeviceitem.h"
namespace OpieTooth {
class ObexPopup : public QPopupMenu {
Q_OBJECT
public:
- ObexPopup();
+ ObexPopup(const OpieTooth::Services& service, OpieTooth::BTDeviceItem* item);
~ObexPopup();
-
-
- private:
+ protected:
QAction* m_push;
- private slots:
+ OpieTooth::BTDeviceItem *m_item;
+ Services m_service;
+ protected slots:
void slotPush();
};
};