summaryrefslogtreecommitdiffstats
path: root/kexi/widget/kexipropertyeditorview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/widget/kexipropertyeditorview.cpp')
-rw-r--r--kexi/widget/kexipropertyeditorview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/widget/kexipropertyeditorview.cpp b/kexi/widget/kexipropertyeditorview.cpp
index 6af497d1c..35d5d0f38 100644
--- a/kexi/widget/kexipropertyeditorview.cpp
+++ b/kexi/widget/kexipropertyeditorview.cpp
@@ -134,8 +134,8 @@ KexiPropertyEditorView::KexiPropertyEditorView(KexiMainWindow *mainWin, TQWidget
d->objectInfoLabel->setBuddy(d->editor);
setFocusPolicy(TQWidget::WheelFocus);
- connect(d->editor, TQT_SIGNAL(propertySetChanged(KoProperty::Set*)),
- this, TQT_SLOT(slotPropertySetChanged(KoProperty::Set*)));
+ connect(d->editor, TQ_SIGNAL(propertySetChanged(KoProperty::Set*)),
+ this, TQ_SLOT(slotPropertySetChanged(KoProperty::Set*)));
// d->iconName = "dummy";
slotPropertySetChanged(0);