summaryrefslogtreecommitdiffstats
path: root/kmymoney2/converter/mymoneyqifprofile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/converter/mymoneyqifprofile.cpp')
-rw-r--r--kmymoney2/converter/mymoneyqifprofile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/converter/mymoneyqifprofile.cpp b/kmymoney2/converter/mymoneyqifprofile.cpp
index 52ef770..f9854f9 100644
--- a/kmymoney2/converter/mymoneyqifprofile.cpp
+++ b/kmymoney2/converter/mymoneyqifprofile.cpp
@@ -649,7 +649,7 @@ const TQDate MyMoneyQifProfile::date(const TQString& datein) const
}
} else {
msg = TQString("Length of year (%1) does not match expected length (%2).")
- .arg(scannedParts[i].length()).arg(formatParts[i].length());
+ .tqarg(scannedParts[i].length()).tqarg(formatParts[i].length());
}
break;
}