summaryrefslogtreecommitdiffstats
path: root/kmag
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:17:16 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-20 19:43:55 +0200
commit5a3b2a8bb73c101a5c6cedcedd85cfb37e27a54f (patch)
tree3fdc96f09812e3a753f135a4974c5934733c60c4 /kmag
parent35ef45e0e2bd97bea881ba3c53e0ab35ce84d82e (diff)
downloadtdeaccessibility-5a3b2a8bb73c101a5c6cedcedd85cfb37e27a54f.tar.gz
tdeaccessibility-5a3b2a8bb73c101a5c6cedcedd85cfb37e27a54f.zip
Rename obsolete tq methods to standard names
(cherry picked from commit c7ce89fcae12a35ac8bfa9b908854c50ca0ceee2)
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 55f46df..881c1d9 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());
}