summaryrefslogtreecommitdiffstats
path: root/kspread/dialogs/kspread_dlg_goto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/dialogs/kspread_dlg_goto.cpp')
-rw-r--r--kspread/dialogs/kspread_dlg_goto.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kspread/dialogs/kspread_dlg_goto.cpp b/kspread/dialogs/kspread_dlg_goto.cpp
index 2d9935ac2..4c74c9b93 100644
--- a/kspread/dialogs/kspread_dlg_goto.cpp
+++ b/kspread/dialogs/kspread_dlg_goto.cpp
@@ -55,9 +55,9 @@ GotoDialog::GotoDialog( View* parent, const char* name )
m_nameCell->setFocus();
enableButtonOK( false );
- connect( this, TQT_SIGNAL( okClicked() ), this, TQT_SLOT( slotOk() ) );
- connect( m_nameCell, TQT_SIGNAL(textChanged ( const TQString & )),
- this, TQT_SLOT(textChanged ( const TQString & )));
+ connect( this, TQ_SIGNAL( okClicked() ), this, TQ_SLOT( slotOk() ) );
+ connect( m_nameCell, TQ_SIGNAL(textChanged ( const TQString & )),
+ this, TQ_SLOT(textChanged ( const TQString & )));
}
void GotoDialog::textChanged ( const TQString &_text )