Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

obexpopup.h

Go to the documentation of this file.
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

Generated on Sat Nov 5 16:17:44 2005 for OPIE by  doxygen 1.4.2