summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 12:32:58 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 12:32:58 -0500
commitcb75118ab9c9fa5212e3c75e93ddb6a2fbf21453 (patch)
treedc65d0f68406da4700e726458ff534b10de81e28
parentd513bace90f92b81ed58f94c07491f7fe93615b3 (diff)
downloadtdeedu-cb75118a.tar.gz
tdeedu-cb75118a.zip
Fix inadvertent tq changes.
-rw-r--r--kgeography/src/mapsdatatranslation.cpp24
-rw-r--r--kmplot/kmplot/kmplotprogress.cpp2
2 files changed, 13 insertions, 13 deletions
diff --git a/kgeography/src/mapsdatatranslation.cpp b/kgeography/src/mapsdatatranslation.cpp
index 081ca98c..23fb3418 100644
--- a/kgeography/src/mapsdatatranslation.cpp
+++ b/kgeography/src/mapsdatatranslation.cpp
@@ -64,10 +64,10 @@ i18n("africa.kgm", "The flag of Côte d'Ivoire is...");
i18n("africa.kgm", "Yamoussoukro");
i18n("africa.kgm", "Yamoussoukro is the capital of...");
i18n("africa.kgm", "Cyprus");
-i18n("africa.kgm", "Detqmocratic Republic of the Congo");
-i18n("africa.kgm", "The capital of Detqmocratic Republic of the Congo is...");
-i18n("africa.kgm", "Please click on:\nDetqmocratic Republic of the Congo");
-i18n("africa.kgm", "The flag of Detqmocratic Republic of the Congo is...");
+i18n("africa.kgm", "Democratic Republic of the Congo");
+i18n("africa.kgm", "The capital of Democratic Republic of the Congo is...");
+i18n("africa.kgm", "Please click on:\nDemocratic Republic of the Congo");
+i18n("africa.kgm", "The flag of Democratic Republic of the Congo is...");
i18n("africa.kgm", "Kinshasa");
i18n("africa.kgm", "Kinshasa is the capital of...");
i18n("africa.kgm", "Djibouti");
@@ -3417,10 +3417,10 @@ i18n("world.kgm", "Please click on:\nCôte d'Ivoire");
i18n("world.kgm", "The flag of Côte d'Ivoire is...");
i18n("world.kgm", "Yamoussoukro");
i18n("world.kgm", "Yamoussoukro is the capital of...");
-i18n("world.kgm", "Detqmocratic Republic of the Congo");
-i18n("world.kgm", "The capital of Detqmocratic Republic of the Congo is...");
-i18n("world.kgm", "Please click on:\nDetqmocratic Republic of the Congo");
-i18n("world.kgm", "The flag of Detqmocratic Republic of the Congo is...");
+i18n("world.kgm", "Democratic Republic of the Congo");
+i18n("world.kgm", "The capital of Democratic Republic of the Congo is...");
+i18n("world.kgm", "Please click on:\nDemocratic Republic of the Congo");
+i18n("world.kgm", "The flag of Democratic Republic of the Congo is...");
i18n("world.kgm", "Kinshasa");
i18n("world.kgm", "Kinshasa is the capital of...");
i18n("world.kgm", "Djibouti");
@@ -4384,10 +4384,10 @@ i18n("world.kgm", "Please click on:\nSingapore");
i18n("world.kgm", "The flag of Singapore is...");
i18n("world.kgm", "Singapore");
i18n("world.kgm", "Singapore is the capital of...");
-i18n("world.kgm", "Detqmocratic People's Republic of Korea");
-i18n("world.kgm", "The capital of Detqmocratic People's Republic of Korea is...");
-i18n("world.kgm", "Please click on:\nDetqmocratic People's Republic of Korea");
-i18n("world.kgm", "The flag of Detqmocratic People's Republic of Korea is...");
+i18n("world.kgm", "Democratic People's Republic of Korea");
+i18n("world.kgm", "The capital of Democratic People's Republic of Korea is...");
+i18n("world.kgm", "Please click on:\nDemocratic People's Republic of Korea");
+i18n("world.kgm", "The flag of Democratic People's Republic of Korea is...");
i18n("world.kgm", "Pyeongyang");
i18n("world.kgm", "Pyeongyang is the capital of...");
i18n("world.kgm", "Republic of Korea");
diff --git a/kmplot/kmplot/kmplotprogress.cpp b/kmplot/kmplot/kmplotprogress.cpp
index e2b204f3..c470c8ba 100644
--- a/kmplot/kmplot/kmplotprogress.cpp
+++ b/kmplot/kmplot/kmplotprogress.cpp
@@ -27,7 +27,7 @@
#include <kprogress.h>
#include "kmplotprogress.h"
-//#include "kmplotprogress.tqmoc.cpp"
+//#include "kmplotprogress.moc.cpp"
KmPlotProgress::KmPlotProgress( TQWidget* parent, const char* name ) : TQWidget( parent, name)
{