diff options
Diffstat (limited to 'kformula/kfconfig.cpp')
| -rw-r--r-- | kformula/kfconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kformula/kfconfig.cpp b/kformula/kfconfig.cpp index 82e3ae65f..228fb0665 100644 --- a/kformula/kfconfig.cpp +++ b/kformula/kfconfig.cpp @@ -46,7 +46,7 @@ KFConfig::KFConfig( KFormulaPartView* parent ) // KFormulaFactory::global()->config(), // page2 ); - connect( this, TQT_SIGNAL( okClicked() ), this, TQT_SLOT( slotApply() ) ); + connect( this, TQ_SIGNAL( okClicked() ), this, TQ_SLOT( slotApply() ) ); } void KFConfig::slotApply() |
