summaryrefslogtreecommitdiffstats
path: root/plugins/webinterface/php_handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/webinterface/php_handler.cpp')
-rw-r--r--plugins/webinterface/php_handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/webinterface/php_handler.cpp b/plugins/webinterface/php_handler.cpp
index cd8fd63..b8315ba 100644
--- a/plugins/webinterface/php_handler.cpp
+++ b/plugins/webinterface/php_handler.cpp
@@ -101,7 +101,7 @@ namespace kt
return launch(data);
}
- bool PhpHandler::containsDelimiters(const QString & str)
+ bool PhpHandler::containsDelimiters(const TQString & str)
{
return str.contains("\"") || str.contains("'");
}