summaryrefslogtreecommitdiffstats
path: root/korganizer/templatemanagementdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/templatemanagementdialog.cpp')
-rw-r--r--korganizer/templatemanagementdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/templatemanagementdialog.cpp b/korganizer/templatemanagementdialog.cpp
index f610a2fd..bbee8ca8 100644
--- a/korganizer/templatemanagementdialog.cpp
+++ b/korganizer/templatemanagementdialog.cpp
@@ -45,8 +45,8 @@
#include <klocale.h>
#include <kmessagebox.h>
-TemplateManagementDialog::TemplateManagementDialog(TQWidget *tqparent, const TQStringList &templates )
- :KDialogBase( tqparent, "template_management_dialog", true,
+TemplateManagementDialog::TemplateManagementDialog(TQWidget *parent, const TQStringList &templates )
+ :KDialogBase( parent, "template_management_dialog", true,
i18n("Manage Templates"), Ok|Cancel, Ok, true , i18n("Apply Template")),
m_templates( templates ), m_newTemplate( TQString() ), m_changed( false )
{