diff options
Diffstat (limited to 'lib/koproperty/customproperty.cpp')
-rw-r--r-- | lib/koproperty/customproperty.cpp | 2 |
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 |