summaryrefslogtreecommitdiffstats
path: root/plugins/search/htmlpart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/search/htmlpart.cpp')
-rw-r--r--plugins/search/htmlpart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/search/htmlpart.cpp b/plugins/search/htmlpart.cpp
index bad55d6..d4b39e1 100644
--- a/plugins/search/htmlpart.cpp
+++ b/plugins/search/htmlpart.cpp
@@ -60,7 +60,7 @@ namespace kt
void HTMLPart::copy()
{
TQString txt = selectedText();
- TQClipboard *cb = TQApplication::tqclipboard();
+ TQClipboard *cb = TQApplication::clipboard();
// Copy text into the clipboard
if (cb)
cb->setText(txt,TQClipboard::Clipboard);