summaryrefslogtreecommitdiffstats
path: root/libkcal
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal')
-rw-r--r--libkcal/scheduler.cpp2
-rw-r--r--libkcal/tests/testfields.cpp6
-rw-r--r--libkcal/vcalformat.cpp2
3 files changed, 5 insertions, 5 deletions
diff --git a/libkcal/scheduler.cpp b/libkcal/scheduler.cpp
index e4f03a01a..70f4dbdf5 100644
--- a/libkcal/scheduler.cpp
+++ b/libkcal/scheduler.cpp
@@ -60,7 +60,7 @@ TQString ScheduleMessage::statusName(ScheduleMessage::tqStatus status)
case RequestUpdate:
return i18n("Updated Request");
default:
- return i18n("Unknown tqStatus: %1").tqarg(TQString::number(status));
+ return i18n("Unknown Status: %1").tqarg(TQString::number(status));
}
}
diff --git a/libkcal/tests/testfields.cpp b/libkcal/tests/testfields.cpp
index bb95d1f32..cc835927b 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;
diff --git a/libkcal/vcalformat.cpp b/libkcal/vcalformat.cpp
index 62cbf4cb4..16deee5b7 100644
--- a/libkcal/vcalformat.cpp
+++ b/libkcal/vcalformat.cpp
@@ -1590,7 +1590,7 @@ Attendee::PartStat VCalFormat::readtqStatus(const char *s) const
else if (statStr== "DELEGATED")
status = Attendee::Delegated;
else {
- kdDebug(5800) << "error setting attendee mtqStatus, unknown mtqStatus!" << endl;
+ kdDebug(5800) << "error setting attendee mStatus, unknown mStatus!" << endl;
status = Attendee::NeedsAction;
}