summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/customproperty.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2019-06-01 15:22:21 +0900
committerMichele Calgaro <[email protected]>2019-06-01 15:22:21 +0900
commit728b7db2846d191399122c440671fd007cdbd0ae (patch)
treecd5e6f3b5ae67ec464b2c05ce0d41016bd9e30c3 /lib/koproperty/customproperty.cpp
parent04a12485219f38e113932e8aa20b6bc12d8fa715 (diff)
downloadkoffice-728b7db2846d191399122c440671fd007cdbd0ae.tar.gz
koffice-728b7db2846d191399122c440671fd007cdbd0ae.zip
Adjusted to use new TQStringVariantMap type.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'lib/koproperty/customproperty.cpp')
-rw-r--r--lib/koproperty/customproperty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/koproperty/customproperty.cpp b/lib/koproperty/customproperty.cpp
index b51cc317..0cc64743 100644
--- a/lib/koproperty/customproperty.cpp
+++ b/lib/koproperty/customproperty.cpp
@@ -270,7 +270,7 @@ SizePolicyCustomProperty::SizePolicyCustomProperty(Property *property)
: CustomProperty(property)
{
if(property && (property->type() == SizePolicy) ) {
-// TQMap<TQString, TQVariant> spValues;
+// TQStringVariantMap spValues;
TQValueList<TQVariant> keys;
keys << TQSizePolicy::Fixed
<< TQSizePolicy::Minimum