summaryrefslogtreecommitdiffstats
path: root/lib/widgets/propeditor/childproperty.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/propeditor/childproperty.h')
-rw-r--r--lib/widgets/propeditor/childproperty.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/widgets/propeditor/childproperty.h b/lib/widgets/propeditor/childproperty.h
index fc43553a..6e247fd3 100644
--- a/lib/widgets/propeditor/childproperty.h
+++ b/lib/widgets/propeditor/childproperty.h
@@ -60,18 +60,18 @@ public:
/**Constructs empty property.*/
ChildProperty() {}
/**Constructs property.*/
- ChildProperty(MultiProperty *parent, int type, ChildPropertyType childType, const QString &name,
- const QString &description, const QVariant &value = QVariant(),
+ ChildProperty(MultiProperty *parent, int type, ChildPropertyType childType, const TQString &name,
+ const TQString &description, const TQVariant &value = TQVariant(),
bool save = true, bool readOnly = false);
/**Constructs property with @ref ValueFromList type.*/
- ChildProperty(MultiProperty *parent, const QString &name, ChildPropertyType childType,
- const QMap<QString, QVariant> &v_valueList, const QString &description,
- const QVariant &value = QVariant(), bool save = true, bool readOnly = false);
+ ChildProperty(MultiProperty *parent, const TQString &name, ChildPropertyType childType,
+ const TQMap<TQString, TQVariant> &v_valueList, const TQString &description,
+ const TQVariant &value = TQVariant(), bool save = true, bool readOnly = false);
/**@return the value of the property.*/
- virtual QVariant value() const;
+ virtual TQVariant value() const;
/**Sets the value of the property.*/
- virtual void setValue(const QVariant &value, bool rememberOldValue = true);
+ virtual void setValue(const TQVariant &value, bool rememberOldValue = true);
private:
MultiProperty *m_parent;