summaryrefslogtreecommitdiffstats
path: root/lib/kross/main/scriptcontainer.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-06-01 15:22:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-06-01 15:22:21 +0900
commit728b7db2846d191399122c440671fd007cdbd0ae (patch)
treecd5e6f3b5ae67ec464b2c05ce0d41016bd9e30c3 /lib/kross/main/scriptcontainer.h
parent04a12485219f38e113932e8aa20b6bc12d8fa715 (diff)
downloadkoffice-728b7db2.tar.gz
koffice-728b7db2.zip
Adjusted to use new TQStringVariantMap type.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/kross/main/scriptcontainer.h')
-rw-r--r--lib/kross/main/scriptcontainer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kross/main/scriptcontainer.h b/lib/kross/main/scriptcontainer.h
index e838317d6..838388f7e 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<TQString, TQVariant>& getOptions();
+ TQStringVariantMap& getOptions();
/**
* \return the value of the option defined with \p name .