summaryrefslogtreecommitdiffstats
path: root/kmag
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:17:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:17:16 -0600
commitc7ce89fcae12a35ac8bfa9b908854c50ca0ceee2 (patch)
tree058c11d7f94face85bf6cedd2ec1c20ee47f1791 /kmag
parent92994ee2036ac7c4c68747f67dbc0ecbaf4c250c (diff)
downloadtdeaccessibility-c7ce89fcae12a35ac8bfa9b908854c50ca0ceee2.tar.gz
tdeaccessibility-c7ce89fcae12a35ac8bfa9b908854c50ca0ceee2.zip
Rename obsolete tq methods to standard names
Diffstat (limited to 'kmag')
-rw-r--r--kmag/kmag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmag/kmag.cpp b/kmag/kmag.cpp
index 8a58ac4..f345f8e 100644
--- a/kmag/kmag.cpp
+++ b/kmag/kmag.cpp
@@ -864,7 +864,7 @@ void KmagApp::slotFileQuit()
void KmagApp::copyToClipBoard()
{
- TQClipboard *cb=KApplication::tqclipboard();
+ TQClipboard *cb=KApplication::clipboard();
cb->setPixmap(m_zoomView->getPixmap());
}