summaryrefslogtreecommitdiffstats
path: root/kplato/kptintervaledit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptintervaledit.cpp')
-rw-r--r--kplato/kptintervaledit.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kplato/kptintervaledit.cpp b/kplato/kptintervaledit.cpp
index a37ec064c..8c18ff772 100644
--- a/kplato/kptintervaledit.cpp
+++ b/kplato/kptintervaledit.cpp
@@ -51,9 +51,9 @@ IntervalEditImpl::IntervalEditImpl(TQWidget *parent)
intervalList->header()->setStretchEnabled(true);
intervalList->setSortColumn(0);
- connect(bClear, TQT_SIGNAL(clicked()), TQT_SLOT(slotClearClicked()));
- connect(bAddInterval, TQT_SIGNAL(clicked()), TQT_SLOT(slotAddIntervalClicked()));
- connect(intervalList, TQT_SIGNAL(selectionChanged(TQListViewItem*)), TQT_SLOT(slotIntervalSelectionChanged(TQListViewItem*)));
+ connect(bClear, TQ_SIGNAL(clicked()), TQ_SLOT(slotClearClicked()));
+ connect(bAddInterval, TQ_SIGNAL(clicked()), TQ_SLOT(slotAddIntervalClicked()));
+ connect(intervalList, TQ_SIGNAL(selectionChanged(TQListViewItem*)), TQ_SLOT(slotIntervalSelectionChanged(TQListViewItem*)));
}