diff options
Diffstat (limited to 'lib/kofficeui/KoPageLayoutColumns.cpp')
| -rw-r--r-- | lib/kofficeui/KoPageLayoutColumns.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/kofficeui/KoPageLayoutColumns.cpp b/lib/kofficeui/KoPageLayoutColumns.cpp index 2d1e6b775..7cea44c1b 100644 --- a/lib/kofficeui/KoPageLayoutColumns.cpp +++ b/lib/kofficeui/KoPageLayoutColumns.cpp @@ -42,8 +42,8 @@ KoPageLayoutColumns::KoPageLayoutColumns(TQWidget *parent, const KoColumns& colu      nColumns->setValue( m_columns.columns );      m_preview->setPageColumns( m_columns ); -    connect( nColumns, TQT_SIGNAL( valueChanged( int ) ), this, TQT_SLOT( nColChanged( int ) ) ); -    connect( m_spacing, TQT_SIGNAL( valueChangedPt(double) ), this, TQT_SLOT( nSpaceChanged( double ) ) ); +    connect( nColumns, TQ_SIGNAL( valueChanged( int ) ), this, TQ_SLOT( nColChanged( int ) ) ); +    connect( m_spacing, TQ_SIGNAL( valueChangedPt(double) ), this, TQ_SLOT( nSpaceChanged( double ) ) );  }  void KoPageLayoutColumns::setEnableColumns(bool on) { | 
