summaryrefslogtreecommitdiffstats
path: root/kspread/dialogs/kspread_dlg_csv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/dialogs/kspread_dlg_csv.cpp')
-rw-r--r--kspread/dialogs/kspread_dlg_csv.cpp32
1 files changed, 16 insertions, 16 deletions
diff --git a/kspread/dialogs/kspread_dlg_csv.cpp b/kspread/dialogs/kspread_dlg_csv.cpp
index c40074b9..a93db228 100644
--- a/kspread/dialogs/kspread_dlg_csv.cpp
+++ b/kspread/dialogs/kspread_dlg_csv.cpp
@@ -253,22 +253,22 @@ CSVDialog::CSVDialog( View * parent, const char * name, TQRect const & rect, Mod
m_sheet->setSelectionMode(TQTable::NoSelection);
- connect(m_formatBox, TQT_SIGNAL(clicked(int)),
- this, TQT_SLOT(formatClicked(int)));
- connect(m_delimiterBox, TQT_SIGNAL(clicked(int)),
- this, TQT_SLOT(delimiterClicked(int)));
- connect(m_delimiterEdit, TQT_SIGNAL(returnPressed()),
- this, TQT_SLOT(returnPressed()));
- connect(m_delimiterEdit, TQT_SIGNAL(textChanged ( const TQString & )),
- this, TQT_SLOT(textChanged ( const TQString & ) ));
- connect(m_comboLine, TQT_SIGNAL(activated(const TQString&)),
- this, TQT_SLOT(lineSelected(const TQString&)));
- connect(m_comboQuote, TQT_SIGNAL(activated(const TQString&)),
- this, TQT_SLOT(textquoteSelected(const TQString&)));
- connect(m_sheet, TQT_SIGNAL(currentChanged(int, int)),
- this, TQT_SLOT(currentCellChanged(int, int)));
- connect(m_ignoreDuplicates, TQT_SIGNAL(stateChanged(int)),
- this, TQT_SLOT(ignoreDuplicatesChanged(int)));
+ connect(m_formatBox, TQ_SIGNAL(clicked(int)),
+ this, TQ_SLOT(formatClicked(int)));
+ connect(m_delimiterBox, TQ_SIGNAL(clicked(int)),
+ this, TQ_SLOT(delimiterClicked(int)));
+ connect(m_delimiterEdit, TQ_SIGNAL(returnPressed()),
+ this, TQ_SLOT(returnPressed()));
+ connect(m_delimiterEdit, TQ_SIGNAL(textChanged ( const TQString & )),
+ this, TQ_SLOT(textChanged ( const TQString & ) ));
+ connect(m_comboLine, TQ_SIGNAL(activated(const TQString&)),
+ this, TQ_SLOT(lineSelected(const TQString&)));
+ connect(m_comboQuote, TQ_SIGNAL(activated(const TQString&)),
+ this, TQ_SLOT(textquoteSelected(const TQString&)));
+ connect(m_sheet, TQ_SIGNAL(currentChanged(int, int)),
+ this, TQ_SLOT(currentCellChanged(int, int)));
+ connect(m_ignoreDuplicates, TQ_SIGNAL(stateChanged(int)),
+ this, TQ_SLOT(ignoreDuplicatesChanged(int)));
}
CSVDialog::~CSVDialog()