summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/editors/sizepolicyedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/koproperty/editors/sizepolicyedit.h')
-rw-r--r--lib/koproperty/editors/sizepolicyedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/koproperty/editors/sizepolicyedit.h b/lib/koproperty/editors/sizepolicyedit.h
index f5e81e750..c8d8e7a84 100644
--- a/lib/koproperty/editors/sizepolicyedit.h
+++ b/lib/koproperty/editors/sizepolicyedit.h
@@ -52,7 +52,7 @@ class KOPROPERTY_EXPORT SizePolicyEdit : public Widget
private:
TQVariant m_value;
TQLabel *m_edit;
- static TQMap<TQString, TQVariant> *m_spValues;
+ static TQStringVariantMap *m_spValues;
};
}