summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/metadataedit/commenteditdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/metadataedit/commenteditdialog.cpp')
-rw-r--r--kipi-plugins/metadataedit/commenteditdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kipi-plugins/metadataedit/commenteditdialog.cpp b/kipi-plugins/metadataedit/commenteditdialog.cpp
index 8082632..9d4fc87 100644
--- a/kipi-plugins/metadataedit/commenteditdialog.cpp
+++ b/kipi-plugins/metadataedit/commenteditdialog.cpp
@@ -73,10 +73,10 @@ public:
KIPIPlugins::KPAboutData *about;
};
-CommentEditDialog::CommentEditDialog(TQWidget* tqparent)
+CommentEditDialog::CommentEditDialog(TQWidget* parent)
: KDialogBase(Plain, i18n("Edit Image Caption"),
Help|Ok|Cancel, Ok,
- tqparent, 0, true, true)
+ parent, 0, true, true)
{
d = new CommentEditDialogDialogPrivate;