summaryrefslogtreecommitdiffstats
path: root/kword/KWMailMergeDataBase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWMailMergeDataBase.cpp')
-rw-r--r--kword/KWMailMergeDataBase.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/kword/KWMailMergeDataBase.cpp b/kword/KWMailMergeDataBase.cpp
index b43e81c5..7de86eb9 100644
--- a/kword/KWMailMergeDataBase.cpp
+++ b/kword/KWMailMergeDataBase.cpp
@@ -351,8 +351,8 @@ KWMailMergeChoosePluginDialog::KWMailMergeChoosePluginDialog( TDETrader::OfferLi
}
descriptionLabel->show();
- connect( chooser, TQT_SIGNAL( activated( int ) ),
- this, TQT_SLOT( pluginChanged( int ) ) );
+ connect( chooser, TQ_SIGNAL( activated( int ) ),
+ this, TQ_SLOT( pluginChanged( int ) ) );
layout->addWidget( label );
layout->addWidget( chooser );
@@ -425,11 +425,11 @@ KWMailMergeConfigDialog::KWMailMergeConfigDialog(TQWidget *parent,KWMailMergeDat
enableDisableEdit();
- connect(edit,TQT_SIGNAL(clicked()), this, TQT_SLOT(slotEditClicked()));
- connect(create,TQT_SIGNAL(clicked()),this,TQT_SLOT(slotCreateClicked()));
- connect(open,TQT_SIGNAL(clicked()),this,TQT_SLOT(slotOpenClicked()));
- connect(preview,TQT_SIGNAL(clicked()),this,TQT_SLOT(slotPreviewClicked()));
- connect(document,TQT_SIGNAL(clicked()),this,TQT_SLOT(slotDocumentClicked()));
+ connect(edit,TQ_SIGNAL(clicked()), this, TQ_SLOT(slotEditClicked()));
+ connect(create,TQ_SIGNAL(clicked()),this,TQ_SLOT(slotCreateClicked()));
+ connect(open,TQ_SIGNAL(clicked()),this,TQ_SLOT(slotOpenClicked()));
+ connect(preview,TQ_SIGNAL(clicked()),this,TQ_SLOT(slotPreviewClicked()));
+ connect(document,TQ_SIGNAL(clicked()),this,TQ_SLOT(slotDocumentClicked()));
}
void KWMailMergeConfigDialog::enableDisableEdit()
@@ -528,10 +528,10 @@ KWMailMergeVariableInsertDia::KWMailMergeVariableInsertDia( TQWidget *parent, KW
names->insertItem( m_db->version() ?it.data():it.key(), -1 );
setInitialSize( TQSize( 350, 400 ) );
- connect( names, TQT_SIGNAL( selectionChanged() ),
- this, TQT_SLOT( slotSelectionChanged() ) );
- connect( names, TQT_SIGNAL( doubleClicked( TQListBoxItem* ) ),
- this, TQT_SLOT( slotOk() ) );
+ connect( names, TQ_SIGNAL( selectionChanged() ),
+ this, TQ_SLOT( slotSelectionChanged() ) );
+ connect( names, TQ_SIGNAL( doubleClicked( TQListBoxItem* ) ),
+ this, TQ_SLOT( slotOk() ) );
setFocus();
enableButtonOK( names->currentItem() != -1 );