summaryrefslogtreecommitdiffstats
path: root/src/qalculateexportcsvdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qalculateexportcsvdialog.cpp')
-rw-r--r--src/qalculateexportcsvdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qalculateexportcsvdialog.cpp b/src/qalculateexportcsvdialog.cpp
index 7a2ffc6..a5b2e4f 100644
--- a/src/qalculateexportcsvdialog.cpp
+++ b/src/qalculateexportcsvdialog.cpp
@@ -68,8 +68,8 @@ QalculateExportCSVDialog::QalculateExportCSVDialog(TQWidget *parent, const char
grid->addWidget(otherDelimiterEdit, 4, 1);
otherDelimiterEdit->setEnabled(false);
- connect(group, SIGNAL(clicked(int)), this, SLOT(exportSourceChanged(int)));
- connect(delimiterCombo, SIGNAL(activated(int)), this, SLOT(delimiterChanged(int)));
+ connect(group, TQ_SIGNAL(clicked(int)), this, TQ_SLOT(exportSourceChanged(int)));
+ connect(delimiterCombo, TQ_SIGNAL(activated(int)), this, TQ_SLOT(delimiterChanged(int)));
}