From 728b7db2846d191399122c440671fd007cdbd0ae Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 1 Jun 2019 15:22:21 +0900 Subject: Adjusted to use new TQStringVariantMap type. Signed-off-by: Michele Calgaro --- lib/kross/main/scriptcontainer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/kross/main/scriptcontainer.h') diff --git a/lib/kross/main/scriptcontainer.h b/lib/kross/main/scriptcontainer.h index e838317d..838388f7 100644 --- a/lib/kross/main/scriptcontainer.h +++ b/lib/kross/main/scriptcontainer.h @@ -132,7 +132,7 @@ namespace Kross { namespace Api { * The options are returned call-by-ref, so you are able to * manipulate them. */ - TQMap& getOptions(); + TQStringVariantMap& getOptions(); /** * \return the value of the option defined with \p name . -- cgit v1.2.1