summaryrefslogtreecommitdiffstats
path: root/krecipes/src/widgets/kretextedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/widgets/kretextedit.cpp')
-rw-r--r--krecipes/src/widgets/kretextedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krecipes/src/widgets/kretextedit.cpp b/krecipes/src/widgets/kretextedit.cpp
index 61eebea..cf5e5ca 100644
--- a/krecipes/src/widgets/kretextedit.cpp
+++ b/krecipes/src/widgets/kretextedit.cpp
@@ -22,7 +22,7 @@ KreTextEdit::KreTextEdit( TQWidget *parent ) : KTextEdit( parent ), TDECompletio
completing = false;
- connect( this, SIGNAL( clicked( int, int ) ), SLOT( haltCompletion() ) );
+ connect( this, TQ_SIGNAL( clicked( int, int ) ), TQ_SLOT( haltCompletion() ) );
}
void KreTextEdit::haltCompletion()