diff options
Diffstat (limited to 'lib/widgets/propeditor/propertywidget.h')
-rw-r--r-- | lib/widgets/propeditor/propertywidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/propeditor/propertywidget.h b/lib/widgets/propeditor/propertywidget.h index f1cec5bc..5071190b 100644 --- a/lib/widgets/propeditor/propertywidget.h +++ b/lib/widgets/propeditor/propertywidget.h @@ -65,7 +65,7 @@ public: virtual void setProperty(MultiProperty *property); /**Sets the list of possible values shown in the editor widget. This method does not emit propertyChanged signal.*/ - virtual void setValueList(const TQMap<TQString, TQVariant> &valueList); + virtual void setValueList(const TQStringVariantMap &valueList); /**Function to draw a property viewer when the editor isn't shown.*/ virtual void drawViewer(TQPainter *p, const TQColorGroup &cg, const TQRect &r, const TQVariant &value); |