00001 #ifndef OBEXPOPUP_H 00002 #define OBEXPOPUP_H 00003 00004 #include <qpopupmenu.h> 00005 #include <qaction.h> 00006 00007 namespace OpieTooth { 00008 00009 class ObexPopup : public QPopupMenu { 00010 Q_OBJECT 00011 public: 00012 ObexPopup(); 00013 ~ObexPopup(); 00014 00015 00016 private: 00017 QAction* m_push; 00018 private slots: 00019 void slotPush(); 00020 }; 00021 }; 00022 00023 #endif
1.4.2