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 e910bd0..4db2e30 100644
--- a/kipi-plugins/metadataedit/commenteditdialog.cpp
+++ b/kipi-plugins/metadataedit/commenteditdialog.cpp
@@ -105,7 +105,7 @@ CommentEditDialog::CommentEditDialog(TQWidget* parent)
TQLabel *title = new TQLabel(i18n("<p>Enter the image caption hosted by <b>%1</b>. "
"This field is not limited (excepted with IPTC). UTF-8 encoding "
"will be used to save text.")
- .arg(KApplication::kApplication()->aboutData()->appName()),
+ .arg(TDEApplication::kApplication()->aboutData()->appName()),
plainPage());
d->userCommentEdit = new KTextEdit(plainPage());
@@ -140,7 +140,7 @@ CommentEditDialog::~CommentEditDialog()
void CommentEditDialog::slotHelp()
{
- KApplication::kApplication()->invokeHelp("metadataedit", "kipi-plugins");
+ TDEApplication::kApplication()->invokeHelp("metadataedit", "kipi-plugins");
}
void CommentEditDialog::closeEvent(TQCloseEvent *e)