summaryrefslogtreecommitdiffstats
path: root/src/kde
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:04:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:04:18 -0600
commitde122aa7805984226a4270c63b0f69e7b5022930 (patch)
tree9cd98b5f8144762eb940340ca86abbf9c3d2add6 /src/kde
parentbd1f039636efbb681d138bbee07600633625bdb9 (diff)
downloadkchmviewer-de122aa7805984226a4270c63b0f69e7b5022930.tar.gz
kchmviewer-de122aa7805984226a4270c63b0f69e7b5022930.zip
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/kde')
-rw-r--r--src/kde/kchmviewwindow_khtmlpart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kde/kchmviewwindow_khtmlpart.cpp b/src/kde/kchmviewwindow_khtmlpart.cpp
index 4fe3b47..a2f02e1 100644
--- a/src/kde/kchmviewwindow_khtmlpart.cpp
+++ b/src/kde/kchmviewwindow_khtmlpart.cpp
@@ -152,7 +152,7 @@ void KCHMViewWindow_KHTMLPart::clipCopy()
TQString text = selectedText();
if ( !text.isEmpty() )
- TQApplication::tqclipboard()->setText( text );
+ TQApplication::clipboard()->setText( text );
}
void KCHMViewWindow_KHTMLPart::onPopupMenu ( const TQString &url, const TQPoint & point )