summaryrefslogtreecommitdiffstats
path: root/kspread/dialogs/kspread_dlg_validity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/dialogs/kspread_dlg_validity.cpp')
-rw-r--r--kspread/dialogs/kspread_dlg_validity.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kspread/dialogs/kspread_dlg_validity.cpp b/kspread/dialogs/kspread_dlg_validity.cpp
index b7aca93e5..a90b74db9 100644
--- a/kspread/dialogs/kspread_dlg_validity.cpp
+++ b/kspread/dialogs/kspread_dlg_validity.cpp
@@ -214,10 +214,10 @@ DlgValidity::DlgValidity(View* parent,const char* name , const TQRect &_marker )
messageHelp->setTextFormat( TQt::PlainText );
- connect(choose,TQT_SIGNAL(activated(int )),this,TQT_SLOT(changeIndexCond(int)));
- connect(chooseType,TQT_SIGNAL(activated(int )),this,TQT_SLOT(changeIndexType(int)));
- connect( this, TQT_SIGNAL(user1Clicked()), TQT_SLOT(OkPressed()) );
- connect( this, TQT_SIGNAL(user2Clicked()), TQT_SLOT(clearAllPressed()) );
+ connect(choose,TQ_SIGNAL(activated(int )),this,TQ_SLOT(changeIndexCond(int)));
+ connect(chooseType,TQ_SIGNAL(activated(int )),this,TQ_SLOT(changeIndexType(int)));
+ connect( this, TQ_SIGNAL(user1Clicked()), TQ_SLOT(OkPressed()) );
+ connect( this, TQ_SIGNAL(user2Clicked()), TQ_SLOT(clearAllPressed()) );
init();
}