summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/rawconverter/rawdecodingiface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/rawconverter/rawdecodingiface.cpp')
-rw-r--r--kipi-plugins/rawconverter/rawdecodingiface.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kipi-plugins/rawconverter/rawdecodingiface.cpp b/kipi-plugins/rawconverter/rawdecodingiface.cpp
index 2da4272..d9d8e5f 100644
--- a/kipi-plugins/rawconverter/rawdecodingiface.cpp
+++ b/kipi-plugins/rawconverter/rawdecodingiface.cpp
@@ -184,7 +184,7 @@ bool RawDecodingIface::loadedFromDcraw(const TQString& filePath,
// -- Write image data into destination file -------------------------------
TQByteArray ICCColorProfile = getICCProfilFromFile(m_rawDecodingSettings.outputColorSpace);
- TQString soft = TQString("Kipi-plugins v.%1").tqarg(kipiplugins_version);
+ TQString soft = TQString("Kipi-plugins v.%1").arg(kipiplugins_version);
TQFileInfo fi(filePath);
destPath = fi.dirPath(true) + TQString("/") + ".kipi-rawconverter-tmp-"
+ TQString::number(::time(0));
@@ -304,7 +304,7 @@ bool RawDecodingIface::loadedFromDcraw(const TQString& filePath,
TQString libpngver(PNG_HEADER_VERSION_STRING);
libpngver.replace('\n', ' ');
- soft.append(TQString(" (%1)").tqarg(libpngver));
+ soft.append(TQString(" (%1)").arg(libpngver));
png_text text;
text.key = "Software";
text.text = (char *)soft.ascii();
@@ -384,7 +384,7 @@ bool RawDecodingIface::loadedFromDcraw(const TQString& filePath,
TQString libtiffver(TIFFLIB_VERSION_STR);
libtiffver.replace('\n', ' ');
- soft.append(TQString(" ( %1 )").tqarg(libtiffver));
+ soft.append(TQString(" ( %1 )").arg(libtiffver));
TIFFSetField(tif, TIFFTAG_SOFTWARE, (const char*)soft.ascii());
// Write ICC profil.