summaryrefslogtreecommitdiffstats
path: root/akregator/src/propertiesdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/propertiesdialog.cpp')
-rw-r--r--akregator/src/propertiesdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/propertiesdialog.cpp b/akregator/src/propertiesdialog.cpp
index b5b732ba..a0f13c47 100644
--- a/akregator/src/propertiesdialog.cpp
+++ b/akregator/src/propertiesdialog.cpp
@@ -102,7 +102,7 @@ void FeedPropertiesDialog::slotSetCaption(const TQString& c)
if(c.isEmpty())
setCaption(i18n("Feed Properties"));
else
- setCaption(i18n("Properties of %1").tqarg(c));
+ setCaption(i18n("Properties of %1").arg(c));
}