You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdewebdev/kxsldbg/kxsldbgif.h

18 lines
330 B

#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