summaryrefslogtreecommitdiffstats
path: root/src/qalculateconvertunitsdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qalculateconvertunitsdialog.cpp')
-rw-r--r--src/qalculateconvertunitsdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qalculateconvertunitsdialog.cpp b/src/qalculateconvertunitsdialog.cpp
index dde95c3..ca50237 100644
--- a/src/qalculateconvertunitsdialog.cpp
+++ b/src/qalculateconvertunitsdialog.cpp
@@ -73,8 +73,8 @@ QalculateConvertUnitsDialog::QalculateConvertUnitsDialog(TQWidget *parent, const
unitExpressionEdit->setFocus();
- connect(unitView, SIGNAL(selectionChanged()), this, SLOT(unitSelected()));
- connect(categoryView, SIGNAL(selectionChanged()), this, SLOT(categorySelected()));
+ connect(unitView, TQ_SIGNAL(selectionChanged()), this, TQ_SLOT(unitSelected()));
+ connect(categoryView, TQ_SIGNAL(selectionChanged()), this, TQ_SLOT(categorySelected()));
}