summaryrefslogtreecommitdiffstats
path: root/libkcal/tests
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
commit6bb29e17ec254094cc1399f3ad2f93f12896b3b7 (patch)
treec0de79f0b76f2db144b2328d15ffb5f4a41d3847 /libkcal/tests
parent029d6084e699568256c53a8270cb36ad4f66b935 (diff)
downloadtdepim-6bb29e17ec254094cc1399f3ad2f93f12896b3b7.tar.gz
tdepim-6bb29e17ec254094cc1399f3ad2f93f12896b3b7.zip
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libkcal/tests')
-rw-r--r--libkcal/tests/testfields.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libkcal/tests/testfields.cpp b/libkcal/tests/testfields.cpp
index bb95d1f3..cc835927 100644
--- a/libkcal/tests/testfields.cpp
+++ b/libkcal/tests/testfields.cpp
@@ -78,7 +78,7 @@ int main(int argc,char **argv)
if (e->pilotId()) {
kdDebug() << "Pilot ID = " << e->pilotId() << endl;
- kdDebug() << "Pilot Sync tqStatus = " << e->synctqStatus() << endl;
+ kdDebug() << "Pilot Sync Status = " << e->synctqStatus() << endl;
} else {
kdError() << "No Pilot ID" << endl;
return 1;
@@ -131,7 +131,7 @@ int main(int argc,char **argv)
if (e->pilotId()) {
kdDebug() << "First Pilot ID = " << e->pilotId() << endl;
- kdDebug() << "First Pilot Sync tqStatus = " << e->synctqStatus() << endl;
+ kdDebug() << "First Pilot Sync Status = " << e->synctqStatus() << endl;
} else {
kdError() << "No Pilot ID for first test" << endl;
return 1;
@@ -154,7 +154,7 @@ int main(int argc,char **argv)
if (f->pilotId()) {
kdDebug() << "Second Pilot ID = " << f->pilotId() << endl;
- kdDebug() << "Second Pilot Sync tqStatus = " << f->synctqStatus() << endl;
+ kdDebug() << "Second Pilot Sync Status = " << f->synctqStatus() << endl;
} else {
kdError() << "No Pilot ID for second read test" << endl;
return 1;