|
|
|
@ -797,8 +797,8 @@ void ChatMessagePart::slotCopyURL()
|
|
|
|
|
DOM::HTMLAnchorElement a = d->activeElement;
|
|
|
|
|
if ( !a.isNull() )
|
|
|
|
|
{
|
|
|
|
|
TQApplication::tqclipboard()->setText( a.href().string(), TQClipboard::Clipboard );
|
|
|
|
|
TQApplication::tqclipboard()->setText( a.href().string(), TQClipboard::Selection );
|
|
|
|
|
TQApplication::clipboard()->setText( a.href().string(), TQClipboard::Clipboard );
|
|
|
|
|
TQApplication::clipboard()->setText( a.href().string(), TQClipboard::Selection );
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|