summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 12:32:58 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-12-22 20:50:31 +0100
commit833b2e4d81ee3e652d8adb5b4aa5af7aba0f0dc9 (patch)
tree49ea1f29f999401482f35bdf2fabcbb4d5bd9f5d
parent0d1cd2a060f2e68a1ec0d5563ce669467e69afbc (diff)
downloadtdeedu-833b2e4d81ee3e652d8adb5b4aa5af7aba0f0dc9.tar.gz
tdeedu-833b2e4d81ee3e652d8adb5b4aa5af7aba0f0dc9.zip
Fix inadvertent tq changes.
(cherry picked from commit cb75118ab9c9fa5212e3c75e93ddb6a2fbf21453)
-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)
{