00001 #ifndef MINIKDE_KACTION_H 00002 #define MINIKDE_KACTION_H 00003 00004 #include <qaction.h> 00005 00006 #define KAction QAction 00007 00008 #endif