From 33422087300783a8d134b43542ba9227e4e3d0d1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:09:16 -0600 Subject: Rename old tq methods that no longer need a unique name (cherry picked from commit bccaa22a757e5e902640613540c32637b66e2575) --- katapult/plugins/catalogs/execcatalog/execcatalog.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'katapult/plugins/catalogs/execcatalog/execcatalog.cpp') diff --git a/katapult/plugins/catalogs/execcatalog/execcatalog.cpp b/katapult/plugins/catalogs/execcatalog/execcatalog.cpp index 78ef7af..75642c8 100644 --- a/katapult/plugins/catalogs/execcatalog/execcatalog.cpp +++ b/katapult/plugins/catalogs/execcatalog/execcatalog.cpp @@ -52,7 +52,7 @@ ExecCatalog::~ExecCatalog() void ExecCatalog::queryChanged() { - int newtqStatus = 0; + int newStatus = 0; TQString cmd = query(); int origLength = cmd.length(); @@ -67,12 +67,12 @@ void ExecCatalog::queryChanged() //set status. //add S_Multiple to make sure katapult doesn't auto-exec and close the window //add S_Active to make sure katapult doesn't start the hideTimer or clearTimer - newtqStatus = S_HasResults | S_Multiple | S_Active; + newStatus = S_HasResults | S_Multiple | S_Active; } else { - newtqStatus = 0; + newStatus = 0; } } - settqStatus(newtqStatus); + setStatus(newStatus); } bool ExecCatalog::accepts(const TQString& str) const -- cgit v1.2.3