summaryrefslogtreecommitdiffstats
path: root/kword/KWSplitCellDia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWSplitCellDia.cpp')
-rw-r--r--kword/KWSplitCellDia.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kword/KWSplitCellDia.cpp b/kword/KWSplitCellDia.cpp
index fd141c29..dd41bf4c 100644
--- a/kword/KWSplitCellDia.cpp
+++ b/kword/KWSplitCellDia.cpp
@@ -78,8 +78,8 @@ KWSplitCellDia::KWSplitCellDia( TQWidget* parent, const char* name, unsigned int
grid->activate();
enableButtonOK( !(m_rows==1 && m_cols==1) );
- connect( nRows, TQT_SIGNAL( valueChanged( int ) ), this, TQT_SLOT( rowsChanged( int ) ) );
- connect( nCols, TQT_SIGNAL( valueChanged( int ) ), this, TQT_SLOT( colsChanged( int ) ) );
+ connect( nRows, TQ_SIGNAL( valueChanged( int ) ), this, TQ_SLOT( rowsChanged( int ) ) );
+ connect( nCols, TQ_SIGNAL( valueChanged( int ) ), this, TQ_SLOT( colsChanged( int ) ) );
setFocus();
}