summaryrefslogtreecommitdiffstats
path: root/kexi/formeditor/editlistviewdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/formeditor/editlistviewdialog.cpp')
-rw-r--r--kexi/formeditor/editlistviewdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/formeditor/editlistviewdialog.cpp b/kexi/formeditor/editlistviewdialog.cpp
index 5dfc176a3..55bf34e1a 100644
--- a/kexi/formeditor/editlistviewdialog.cpp
+++ b/kexi/formeditor/editlistviewdialog.cpp
@@ -106,7 +106,7 @@ EditListViewDialog::EditListViewDialog(TQWidget *parent)
// The "item properties" field
m_editor = new KoProperty::Editor(m_column, "editcolumn_propeditor");
- m_propSet = new KoProperty::Set(TQT_TQOBJECT(this), "columns");
+ m_propSet = new KoProperty::Set(this, "columns");
m_propSet->addProperty(new KoProperty::Property("caption", "Caption", i18n("Caption"),i18n("Caption")));
m_propSet->addProperty(new KoProperty::Property("width", 100, i18n("Width"), i18n("Width")));
m_propSet->addProperty(new KoProperty::Property("clickable", TQVariant(true), i18n("Clickable"), i18n("Clickable") ));