summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/metadataedit/commentremovedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/metadataedit/commentremovedialog.cpp')
-rw-r--r--kipi-plugins/metadataedit/commentremovedialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kipi-plugins/metadataedit/commentremovedialog.cpp b/kipi-plugins/metadataedit/commentremovedialog.cpp
index 4e6b271..86f6fdd 100644
--- a/kipi-plugins/metadataedit/commentremovedialog.cpp
+++ b/kipi-plugins/metadataedit/commentremovedialog.cpp
@@ -71,10 +71,10 @@ public:
KIPIPlugins::KPAboutData *about;
};
-CommentRemoveDialog::CommentRemoveDialog(TQWidget* tqparent)
+CommentRemoveDialog::CommentRemoveDialog(TQWidget* parent)
: KDialogBase(Plain, i18n("Remove Image Captions"),
Help|Ok|Cancel, Ok,
- tqparent, 0, true, true)
+ parent, 0, true, true)
{
d = new CommentRemoveDialogDialogPrivate;