diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:06:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:06:13 -0600 |
commit | 0d48fca8ae41ab963c780104fdeca45d7dad0a51 (patch) | |
tree | 5dd61af9cef2b3ab1c6d4d24082df3ea3146a007 /plugins/search/htmlpart.cpp | |
parent | bb37c4052a9edfff2196984cef241b1ce2df7bb3 (diff) | |
download | ktorrent-0d48fca8ae41ab963c780104fdeca45d7dad0a51.tar.gz ktorrent-0d48fca8ae41ab963c780104fdeca45d7dad0a51.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'plugins/search/htmlpart.cpp')
-rw-r--r-- | plugins/search/htmlpart.cpp | 2 |
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); |