summaryrefslogtreecommitdiffstats
path: root/kutils/kcmoduleloader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kutils/kcmoduleloader.cpp')
-rw-r--r--kutils/kcmoduleloader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kutils/kcmoduleloader.cpp b/kutils/kcmoduleloader.cpp
index 642e6f1bc..99d2f88a2 100644
--- a/kutils/kcmoduleloader.cpp
+++ b/kutils/kcmoduleloader.cpp
@@ -219,7 +219,7 @@ void KCModuleLoader::showLastLoaderError(TQWidget *parent)
KMessageBox::detailedError(parent,
i18n("There was an error loading the module."),i18n("<qt><p>The diagnostics is:<br>%1"
"<p>Possible reasons:</p><ul><li>An error occurred during your last "
- "KDE upgrade leaving an orphaned control module<li>You have old third party "
+ "TDE upgrade leaving an orphaned control module<li>You have old third party "
"modules lying around.</ul><p>Check these points carefully and try to remove "
"the module mentioned in the error message. If this fails, consider contacting "
"your distributor or packager.</p></qt>")
@@ -287,7 +287,7 @@ KCModule* KCModuleLoader::reportError( ErrorReporting report, const TQString & t
if( details.isNull() )
details = i18n("<qt><p>The diagnostics is:<br>%1"
"<p>Possible reasons:</p><ul><li>An error occurred during your last "
- "KDE upgrade leaving an orphaned control module<li>You have old third party "
+ "TDE upgrade leaving an orphaned control module<li>You have old third party "
"modules lying around.</ul><p>Check these points carefully and try to remove "
"the module mentioned in the error message. If this fails, consider contacting "
"your distributor or packager.</p></qt>").arg(KLibLoader::self()->lastErrorMessage());