19 #ifndef __ktexteditor_popupmenuinterface_h__
20 #define __ktexteditor_popupmenuinterface_h__
22 #include <kdelibs_export.h>
35 friend class PrivatePopupMenuInterface;
41 unsigned int popupMenuInterfaceNumber ()
const;
44 void setPopupMenuInterfaceDCOPSuffix (
const TQCString &suffix);
54 virtual void installPopup (TQPopupMenu *rmb_Menu) = 0;
57 class PrivatePopupMenuInterface *d;
58 static unsigned int globalPopupMenuInterfaceNumber;
59 unsigned int myPopupMenuInterfaceNumber;