diff options
Diffstat (limited to 'kmymoney2/dialogs/kloadtemplatedlg.cpp')
-rw-r--r-- | kmymoney2/dialogs/kloadtemplatedlg.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kmymoney2/dialogs/kloadtemplatedlg.cpp b/kmymoney2/dialogs/kloadtemplatedlg.cpp index d765f8a..3666281 100644 --- a/kmymoney2/dialogs/kloadtemplatedlg.cpp +++ b/kmymoney2/dialogs/kloadtemplatedlg.cpp @@ -33,17 +33,17 @@ #include "kloadtemplatedlg.h" #include "../widgets/kaccounttemplateselector.h" -KLoadTemplateDlg::KLoadTemplateDlg(QWidget* parent, const char* name) : - KLoadTemplateDlgDecl(parent, name) +KLoadTemplateDlg::KLoadTemplateDlg(TQWidget* tqparent, const char* name) : + KLoadTemplateDlgDecl(tqparent, name) { buttonOk->setGuiItem(KStdGuiItem::ok()); buttonCancel->setGuiItem(KStdGuiItem::cancel()); buttonHelp->setGuiItem(KStdGuiItem::help()); - connect(buttonHelp, SIGNAL(clicked()), this, SLOT(slotHelp())); + connect(buttonHelp, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotHelp())); } -QValueList<MyMoneyTemplate> KLoadTemplateDlg::templates(void) const +TQValueList<MyMoneyTemplate> KLoadTemplateDlg::templates(void) const { return m_templateSelector->selectedTemplates(); } |