summaryrefslogtreecommitdiffstats
path: root/kshowmail/kfeedback.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kshowmail/kfeedback.cpp')
-rw-r--r--kshowmail/kfeedback.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/kshowmail/kfeedback.cpp b/kshowmail/kfeedback.cpp
index af1c0eb..2041413 100644
--- a/kshowmail/kfeedback.cpp
+++ b/kshowmail/kfeedback.cpp
@@ -47,17 +47,17 @@ KFeedbackDialog::KFeedbackDialog( const TQString & feedbackMailAddress, const TQ
layout->addWidget( _form );
checkSendButton();
- connect( this, SIGNAL( applyClicked() ),
- _form, SLOT ( sendMail() ) );
+ connect( this, TQ_SIGNAL( applyClicked() ),
+ _form, TQ_SLOT ( sendMail() ) );
- connect( _form, SIGNAL( mailSent() ),
- this, SLOT ( hide() ) );
+ connect( _form, TQ_SIGNAL( mailSent() ),
+ this, TQ_SLOT ( hide() ) );
- connect( _form, SIGNAL( mailSent() ),
- this, SIGNAL( mailSent() ) );
+ connect( _form, TQ_SIGNAL( mailSent() ),
+ this, TQ_SIGNAL( mailSent() ) );
- connect( _form, SIGNAL( checkComplete() ),
- this, SLOT ( checkSendButton() ) );
+ connect( _form, TQ_SIGNAL( checkComplete() ),
+ this, TQ_SLOT ( checkSendButton() ) );
}
@@ -98,8 +98,8 @@ KFeedbackForm::KFeedbackForm( const TQString & feedbackMailAddress,
_questionList = new KFeedbackQuestionList( this );
TQ_CHECK_PTR( _questionList );
- connect( _questionList, SIGNAL( checkComplete() ),
- this, SLOT ( slotCheckComplete() ) );
+ connect( _questionList, TQ_SIGNAL( checkComplete() ),
+ this, TQ_SLOT ( slotCheckComplete() ) );
//