summaryrefslogtreecommitdiffstats
path: root/filters/kspread
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-18 23:43:22 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-18 23:43:22 +0000
commitf96e42380a9bc755141480d3809a9c7eeecb4539 (patch)
tree2afc4371e5faf48a1f8dae25a7f752dbce17668f /filters/kspread
parent4534ffe29f468c46986d0b486b318b53f76115ad (diff)
downloadkoffice-f96e42380a9bc755141480d3809a9c7eeecb4539.tar.gz
koffice-f96e42380a9bc755141480d3809a9c7eeecb4539.zip
Fix a number of strings in Trinity that were incorrectly converted to TQ* from Q*
This fixes the Kopete MSN protocol among other things git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'filters/kspread')
-rw-r--r--filters/kspread/excel/sidewinder/excel.cpp2
-rw-r--r--filters/kspread/qpro/qproimport.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/filters/kspread/excel/sidewinder/excel.cpp b/filters/kspread/excel/sidewinder/excel.cpp
index c201ea27..8155bca5 100644
--- a/filters/kspread/excel/sidewinder/excel.cpp
+++ b/filters/kspread/excel/sidewinder/excel.cpp
@@ -1005,7 +1005,7 @@ static const FunctionEntry FunctionEntries[] =
{ "ZTEST", 0 }, // 324
{ "LARGE", 2 }, // 325
{ "SMALL", 2 }, // 326
- { "TQUARTILE", 2 }, // 327
+ { "QUARTILE", 2 }, // 327
{ "PERCENTILE", 2 }, // 328
{ "PERCENTRANK", 0 }, // 329
{ "MODALVALUE", 0 }, // 330
diff --git a/filters/kspread/qpro/qproimport.cc b/filters/kspread/qpro/qproimport.cc
index 31a3ac43..9a0db4fa 100644
--- a/filters/kspread/qpro/qproimport.cc
+++ b/filters/kspread/qpro/qproimport.cc
@@ -130,7 +130,7 @@ KoFilter::ConversiontqStatus QpImport::convert( const TQCString& from, const TQC
if( !lIn )
{
- KMessageBox::sorry( 0L, i18n("TQPRO filter cannot open input file - please report.") );
+ KMessageBox::sorry( 0L, i18n("QPRO filter cannot open input file - please report.") );
return KoFilter::FileNotFound;
}