summaryrefslogtreecommitdiffstats
path: root/kword/KWFootNoteDia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWFootNoteDia.cpp')
-rw-r--r--kword/KWFootNoteDia.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kword/KWFootNoteDia.cpp b/kword/KWFootNoteDia.cpp
index 9214038ac..ae22cf3fb 100644
--- a/kword/KWFootNoteDia.cpp
+++ b/kword/KWFootNoteDia.cpp
@@ -60,8 +60,8 @@ KWFootNoteDia::KWFootNoteDia( NoteType _noteType, KWFootNoteVariable::Numbering
m_rbManual->setChecked( true );
m_footLine = new TQLineEdit( grp);
m_footLine->setText( _manualString );
- connect( m_footLine, TQT_SIGNAL( textChanged ( const TQString & )), this, TQT_SLOT(footLineChanged( const TQString & )));
- connect( grp, TQT_SIGNAL( clicked ( int ) ), this, TQT_SLOT(footNoteTypeChanged()));
+ connect( m_footLine, TQ_SIGNAL( textChanged ( const TQString & )), this, TQ_SLOT(footLineChanged( const TQString & )));
+ connect( grp, TQ_SIGNAL( clicked ( int ) ), this, TQ_SLOT(footNoteTypeChanged()));
grid->addWidget( m_footLine, 2, 1);
@@ -79,7 +79,7 @@ KWFootNoteDia::KWFootNoteDia( NoteType _noteType, KWFootNoteVariable::Numbering
footNoteTypeChanged();
setButtonText( KDialogBase::User1, i18n("C&onfigure...") );
- connect( this, TQT_SIGNAL( user1Clicked() ), this, TQT_SLOT(slotConfigurate()));
+ connect( this, TQ_SIGNAL( user1Clicked() ), this, TQ_SLOT(slotConfigurate()));
}
void KWFootNoteDia::footNoteTypeChanged()