From a3703745120ffe8f1beadd5fa58f9ab1470bc2f8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:30:03 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- katapult/plugins/catalogs/calculatorcatalog/actionevalexpr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'katapult/plugins/catalogs/calculatorcatalog/actionevalexpr.cpp') diff --git a/katapult/plugins/catalogs/calculatorcatalog/actionevalexpr.cpp b/katapult/plugins/catalogs/calculatorcatalog/actionevalexpr.cpp index 74fce5b..038071e 100644 --- a/katapult/plugins/catalogs/calculatorcatalog/actionevalexpr.cpp +++ b/katapult/plugins/catalogs/calculatorcatalog/actionevalexpr.cpp @@ -28,7 +28,7 @@ #include #include -#include +#include #include "calculatorcatalog.h" #include "expression.h" @@ -150,7 +150,7 @@ void ActionEvaluateExpression::execute(const KatapultItem* item) const // Copy calculation and result into clipboard (unless there's a parse error). if (!_expr->parseError()) { - TQClipboard *cb = TQApplication::tqclipboard(); + TQClipboard *cb = TQApplication::clipboard(); TQString s = _expr->catalog()->formatString(); s.replace("%1", _expr->text()); s.replace("%2", text()); -- cgit v1.2.1