summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/galleryexport/gallerympform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/galleryexport/gallerympform.cpp')
-rw-r--r--kipi-plugins/galleryexport/gallerympform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kipi-plugins/galleryexport/gallerympform.cpp b/kipi-plugins/galleryexport/gallerympform.cpp
index 5161bc2..8f60375 100644
--- a/kipi-plugins/galleryexport/gallerympform.cpp
+++ b/kipi-plugins/galleryexport/gallerympform.cpp
@@ -76,7 +76,7 @@ void GalleryMPForm::finish()
bool GalleryMPForm::addPair(const TQString& name, const TQString& value)
{
if (GalleryTalker::isGallery2())
- return addPairRaw(TQString("g2_form[%1]").tqarg(name), value);
+ return addPairRaw(TQString("g2_form[%1]").arg(name), value);
return addPairRaw(name, value);
}