summaryrefslogtreecommitdiffstats
path: root/lib/compatibility/knewstuff/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compatibility/knewstuff/engine.cpp')
-rw-r--r--lib/compatibility/knewstuff/engine.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/compatibility/knewstuff/engine.cpp b/lib/compatibility/knewstuff/engine.cpp
index e15b27c6..ca63ea98 100644
--- a/lib/compatibility/knewstuff/engine.cpp
+++ b/lib/compatibility/knewstuff/engine.cpp
@@ -283,11 +283,11 @@ void Engine::upload( Entry *entry )
}
TQString text = i18n("The files to be uploaded have been created at:\n");
- text.append( i18n("Data file: %1\n").tqarg( mUploadFile) );
+ text.append( i18n("Data file: %1\n").arg( mUploadFile) );
if (!mPreviewFile.isEmpty()) {
- text.append( i18n("Preview image: %1\n").tqarg( mPreviewFile) );
+ text.append( i18n("Preview image: %1\n").arg( mPreviewFile) );
}
- text.append( i18n("Content information: %1\n").tqarg( mUploadMetaFile) );
+ text.append( i18n("Content information: %1\n").arg( mUploadMetaFile) );
text.append( i18n("Those files can now be uploaded.\n") );
text.append( i18n("Beware that any people might have access to them at any time.") );