1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef KNODECOMPOSERIFACE_H #define KNODECOMPOSERIFACE_H #include <dcopobject.h> #include <kurl.h> class KNodeComposerIface : virtual public DCOPObject { K_DCOP k_dcop: virtual void initData(const TQString &text) = 0; }; #endif