summaryrefslogtreecommitdiffstats
path: root/kspread/dialogs/kspread_dlg_showColRow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/dialogs/kspread_dlg_showColRow.cpp')
-rw-r--r--kspread/dialogs/kspread_dlg_showColRow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kspread/dialogs/kspread_dlg_showColRow.cpp b/kspread/dialogs/kspread_dlg_showColRow.cpp
index 32c4c631a..0828667f1 100644
--- a/kspread/dialogs/kspread_dlg_showColRow.cpp
+++ b/kspread/dialogs/kspread_dlg_showColRow.cpp
@@ -108,8 +108,8 @@ ShowColRow::ShowColRow( View* parent, const char* name, Type _type )
//selection multiple
list->setSelectionMode(TQListBox::Multi);
- connect( this, TQT_SIGNAL( okClicked() ), this, TQT_SLOT( slotOk() ) );
- connect( list, TQT_SIGNAL(doubleClicked(TQListBoxItem *)),this,TQT_SLOT(slotDoubleClicked(TQListBoxItem *)));
+ connect( this, TQ_SIGNAL( okClicked() ), this, TQ_SLOT( slotOk() ) );
+ connect( list, TQ_SIGNAL(doubleClicked(TQListBoxItem *)),this,TQ_SLOT(slotDoubleClicked(TQListBoxItem *)));
resize( 200, 150 );
setFocus();
}