summaryrefslogtreecommitdiffstats
path: root/kplato/kptaccountsview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptaccountsview.cpp')
-rw-r--r--kplato/kptaccountsview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kplato/kptaccountsview.cpp b/kplato/kptaccountsview.cpp
index 3352a87de..6e599f2e9 100644
--- a/kplato/kptaccountsview.cpp
+++ b/kplato/kptaccountsview.cpp
@@ -124,8 +124,8 @@ AccountsView::AccountsView(Project &project, View *view, TQWidget *parent)
lay1->addWidget(m_dlv);
- connect(this, TQT_SIGNAL(update()), TQT_SLOT(slotUpdate()));
- connect(m_changeBtn, TQT_SIGNAL(clicked()), TQT_SLOT(slotConfigure()));
+ connect(this, TQ_SIGNAL(update()), TQ_SLOT(slotUpdate()));
+ connect(m_changeBtn, TQ_SIGNAL(clicked()), TQ_SLOT(slotConfigure()));
TQValueList<int> list = m_dlv->sizes();
int tot = list[0] + list[1];