summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/customproperty.cpp
diff options
context:
space:
mode:
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