summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/editors/timeedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/koproperty/editors/timeedit.cpp')
-rw-r--r--lib/koproperty/editors/timeedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/koproperty/editors/timeedit.cpp b/lib/koproperty/editors/timeedit.cpp
index 94692a47..d7c41b67 100644
--- a/lib/koproperty/editors/timeedit.cpp
+++ b/lib/koproperty/editors/timeedit.cpp
@@ -43,7 +43,7 @@ TimeEdit::TimeEdit(Property *property, TQWidget *parent, const char *name)
l->addWidget(m_edit);
setLeavesTheSpaceForRevertButton(true);
- connect(m_edit, TQT_SIGNAL(valueChanged(const TQTime&)), this, TQT_SLOT(slotValueChanged(const TQTime&)));
+ connect(m_edit, TQ_SIGNAL(valueChanged(const TQTime&)), this, TQ_SLOT(slotValueChanged(const TQTime&)));
}
TimeEdit::~TimeEdit()