00001 #ifndef __EXTACTION_H 00002 #define __EXTACTION_H 00003 00004 #include <qaction.h> 00008 /* 00009 class ExtAction 00010 { 00011 protected: 00012 int mID; 00013 00014 public: 00015 ExtAction( int id, 00016 const QString &text, 00017 const QString &menuText, 00018 int accel, 00019 QObject *parent, 00020 const char *name = 0, 00021 bool toggle = false ) : 00022 mID( id ) 00023 { 00024 } 00025 00026 int getID( ) { return mID; } 00027 }; 00028 */ 00029 #endif 00030 00031 00032