summaryrefslogtreecommitdiffstats
path: root/tdeui/keditcl1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/keditcl1.cpp')
-rw-r--r--tdeui/keditcl1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/keditcl1.cpp b/tdeui/keditcl1.cpp
index a550a7af1..85ccd1c88 100644
--- a/tdeui/keditcl1.cpp
+++ b/tdeui/keditcl1.cpp
@@ -67,8 +67,8 @@ KEdit::KEdit(TQWidget *_parent, const char *name)
setAcceptDrops(true);
KCursor::setAutoHideCursor( this, true );
- connect(this, TQT_SIGNAL(cursorPositionChanged(int,int)),
- this, TQT_SLOT(slotCursorPositionChanged()));
+ connect(this, TQ_SIGNAL(cursorPositionChanged(int,int)),
+ this, TQ_SLOT(slotCursorPositionChanged()));
}