summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/editors/dateedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/koproperty/editors/dateedit.cpp')
-rw-r--r--lib/koproperty/editors/dateedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/koproperty/editors/dateedit.cpp b/lib/koproperty/editors/dateedit.cpp
index 4b61d80ff..2c39ecc35 100644
--- a/lib/koproperty/editors/dateedit.cpp
+++ b/lib/koproperty/editors/dateedit.cpp
@@ -44,7 +44,7 @@ DateEdit::DateEdit(Property *property, TQWidget *parent, const char *name)
setLeavesTheSpaceForRevertButton(true);
setFocusWidget(m_edit);
- connect(m_edit, TQT_SIGNAL(valueChanged(const TQDate&)), this, TQT_SLOT(slotValueChanged(const TQDate&)));
+ connect(m_edit, TQ_SIGNAL(valueChanged(const TQDate&)), this, TQ_SLOT(slotValueChanged(const TQDate&)));
}
DateEdit::~DateEdit()