diff options
Diffstat (limited to 'part/kxeprocinstrdialog.cpp')
-rw-r--r-- | part/kxeprocinstrdialog.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/part/kxeprocinstrdialog.cpp b/part/kxeprocinstrdialog.cpp index ef5287b..49e942b 100644 --- a/part/kxeprocinstrdialog.cpp +++ b/part/kxeprocinstrdialog.cpp @@ -31,9 +31,9 @@ KXEProcInstrDialog::KXEProcInstrDialog( TQWidget * pParent, const char * pszName : KXEProcInstrDialogBase( pParent, pszName, fModal, fl ) { // signals and slots connections - connect( m_pBtnOK, SIGNAL( clicked() ), this, SLOT( slotAccept() ) ); - connect( m_pEditData, SIGNAL(textChanged()), this, SLOT(slotDataChanged()) ); - connect( m_pEditTarget, SIGNAL(textChanged(const TQString &)), this, SLOT(slotTargetChanged(const TQString &)) ); + connect( m_pBtnOK, TQ_SIGNAL( clicked() ), this, TQ_SLOT( slotAccept() ) ); + connect( m_pEditData, TQ_SIGNAL(textChanged()), this, TQ_SLOT(slotDataChanged()) ); + connect( m_pEditTarget, TQ_SIGNAL(textChanged(const TQString &)), this, TQ_SLOT(slotTargetChanged(const TQString &)) ); } |