diff options
Diffstat (limited to 'kplato/kptaccountspanel.cpp')
| -rw-r--r-- | kplato/kptaccountspanel.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/kplato/kptaccountspanel.cpp b/kplato/kptaccountspanel.cpp index 3a6015d8b..ad4c16034 100644 --- a/kplato/kptaccountspanel.cpp +++ b/kplato/kptaccountspanel.cpp @@ -99,21 +99,21 @@ AccountsPanel::AccountsPanel(Accounts &acc, TQWidget *p, const char *n) slotSelectionChanged(); - connect(accountList, TQT_SIGNAL(selectionChanged()), TQT_SLOT(slotSelectionChanged())); - connect(accountList, TQT_SIGNAL(itemRenamed(TQListViewItem*, int)), TQT_SLOT(slotItemRenamed(TQListViewItem*, int))); - connect(accountList, TQT_SIGNAL(doubleClicked(TQListViewItem*, const TQPoint &, int)), TQT_SLOT(slotListDoubleClicked(TQListViewItem*, const TQPoint &, int))); + connect(accountList, TQ_SIGNAL(selectionChanged()), TQ_SLOT(slotSelectionChanged())); + connect(accountList, TQ_SIGNAL(itemRenamed(TQListViewItem*, int)), TQ_SLOT(slotItemRenamed(TQListViewItem*, int))); + connect(accountList, TQ_SIGNAL(doubleClicked(TQListViewItem*, const TQPoint &, int)), TQ_SLOT(slotListDoubleClicked(TQListViewItem*, const TQPoint &, int))); - connect(removeBtn, TQT_SIGNAL(clicked()), TQT_SLOT(slotRemoveBtn())); - connect(newBtn, TQT_SIGNAL(clicked()), TQT_SLOT(slotNewBtn())); - connect(subBtn, TQT_SIGNAL(clicked()), TQT_SLOT(slotSubBtn())); + connect(removeBtn, TQ_SIGNAL(clicked()), TQ_SLOT(slotRemoveBtn())); + connect(newBtn, TQ_SIGNAL(clicked()), TQ_SLOT(slotNewBtn())); + connect(subBtn, TQ_SIGNAL(clicked()), TQ_SLOT(slotSubBtn())); - connect(accountsComboBox, TQT_SIGNAL(activated(int)), TQT_SLOT(slotActivated(int))); + connect(accountsComboBox, TQ_SIGNAL(activated(int)), TQ_SLOT(slotActivated(int))); // Internal hacks, to get renaming to behave along with unique names // Uses signals to not get in the way of TQListView - connect(this, TQT_SIGNAL(renameStarted(TQListViewItem*, int)), TQT_SLOT(slotRenameStarted(TQListViewItem*, int))); - connect(this, TQT_SIGNAL(startRename(TQListViewItem*, int)), TQT_SLOT(slotStartRename(TQListViewItem*, int))); - connect(this, TQT_SIGNAL(selectionChanged()), TQT_SLOT(slotSelectionChanged())); + connect(this, TQ_SIGNAL(renameStarted(TQListViewItem*, int)), TQ_SLOT(slotRenameStarted(TQListViewItem*, int))); + connect(this, TQ_SIGNAL(startRename(TQListViewItem*, int)), TQ_SLOT(slotStartRename(TQListViewItem*, int))); + connect(this, TQ_SIGNAL(selectionChanged()), TQ_SLOT(slotSelectionChanged())); } void AccountsPanel::addItems(TQListView *lv, Accounts &acc) { |
