From 2d6954f69caf63ed5057bd8e1405a65d7d970292 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:05:41 -0600 Subject: Rename obsolete tq methods to standard names --- tools/kthesaurus/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/kthesaurus/main.cc') diff --git a/tools/kthesaurus/main.cc b/tools/kthesaurus/main.cc index a7e74822..bc1f4c06 100644 --- a/tools/kthesaurus/main.cc +++ b/tools/kthesaurus/main.cc @@ -59,7 +59,7 @@ extern "C" KOFFICETOOLS_EXPORT int kdemain(int argc, char **argv) } /* TODO: get selection(), not only clipboard! - TQClipboard *cb = TQApplication::tqclipboard(); + TQClipboard *cb = TQApplication::clipboard(); TQString text = cb->text(); if( text.isNull() || text.length() > 50 ) { // long texts are probably not supposed to be searched for -- cgit v1.2.1