From a90eb215f53c95d81f95b32255098066d90556d9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:13:41 -0600 Subject: Rename old tq methods that no longer need a unique name --- plugins/webinterface/php_handler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/webinterface/php_handler.cpp') diff --git a/plugins/webinterface/php_handler.cpp b/plugins/webinterface/php_handler.cpp index 87c8acd..9b5ac85 100644 --- a/plugins/webinterface/php_handler.cpp +++ b/plugins/webinterface/php_handler.cpp @@ -76,7 +76,7 @@ namespace kt ts.setEncoding( TQTextStream::UnicodeUTF8 ); ts.writeRawBytes(php_s.data(),off); // first write the opening tag from the script php_i->globalInfo(ts); - php_i->downloadtqStatus(ts); + php_i->downloadStatus(ts); TQMap::const_iterator it; -- cgit v1.2.1