1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#ifndef KXSLDBGIF_H #define KXSLDBGIF_H #include <dcopobject.h> class KXsldbgIf : virtual public DCOPObject { K_DCOP k_dcop: virtual void newCursorPosition(const TQString & file, int lineNumber, int columnNumber=0) = 0; virtual void newDebuggerPosition(const TQString & file, int lineNumber) = 0; }; #endif