summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/editors/linestyledit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/koproperty/editors/linestyledit.cpp')
-rw-r--r--lib/koproperty/editors/linestyledit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/koproperty/editors/linestyledit.cpp b/lib/koproperty/editors/linestyledit.cpp
index b8345390..f1b5e30e 100644
--- a/lib/koproperty/editors/linestyledit.cpp
+++ b/lib/koproperty/editors/linestyledit.cpp
@@ -152,7 +152,7 @@ LineStyleEdit::LineStyleEdit(Property *property, TQWidget *parent, const char *n
setLeavesTheSpaceForRevertButton(true);
setFocusWidget(m_edit);
- connect(m_edit, TQT_SIGNAL(activated(int)), this, TQT_SLOT(slotValueChanged(int)));
+ connect(m_edit, TQ_SIGNAL(activated(int)), this, TQ_SLOT(slotValueChanged(int)));
}
LineStyleEdit::~LineStyleEdit()