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 9d4fc87..07dc266 100644
--- a/kipi-plugins/metadataedit/commenteditdialog.cpp
+++ b/kipi-plugins/metadataedit/commenteditdialog.cpp
@@ -24,7 +24,7 @@
#include <tqlabel.h>
#include <tqframe.h>
-#include <tqlayout.h>
+#include <layout.h>
#include <tqpushbutton.h>
#include <tqcheckbox.h>
#include <tqwhatsthis.h>
@@ -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.")
- .tqarg(KApplication::kApplication()->aboutData()->appName()),
+ .arg(KApplication::kApplication()->aboutData()->appName()),
plainPage());
d->userCommentEdit = new KTextEdit(plainPage());