class KHTMLViewPrivate {
public:
KHTMLViewPrivate()
{
selectionStart = 0;
selectionEnd = 0;
startOffset = 0;
endOffset = 0;
startBeforeEnd = true;
underMouse = 0;
}
NodeImpl *selectionStart;
int startOffset;
NodeImpl *selectionEnd;
int endOffset;
bool startBeforeEnd;
NodeImpl *underMouse;
};