summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 16:58:56 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 16:58:56 -0500
commitf7b52ab336260d6eb0fba67563bd6f594feabe6a (patch)
treee9730751b5637930aff178212ebd30e23dcbc711
parent931bf94c00dcba6826fbd619b15304fc0e75e0dc (diff)
downloadkaffeine-f7b52ab3.tar.gz
kaffeine-f7b52ab3.zip
Branding cleanup: KDE -> TDE
-rw-r--r--kaffeine/src/instwizard.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kaffeine/src/instwizard.cpp b/kaffeine/src/instwizard.cpp
index 429fe06..279d78b 100644
--- a/kaffeine/src/instwizard.cpp
+++ b/kaffeine/src/instwizard.cpp
@@ -74,12 +74,12 @@ void InstWizard::internalWizard()
info << "<font color=\"DarkRed\">" << i18n("Part not found. Please check your installation!") << "</font>";
//KAFFEINE-PART
- info << "<br><hr><b>" << "KDE" << "...</b><br>";
+ info << "<br><hr><b>" << "TDE" << "...</b><br>";
info << i18n("Found version") << ": " << KDE::versionString() << "<br>";
if (KDE::version() >= TDE_MAKE_VERSION(3,2,0))
info << "<font color=\"DarkGreen\">" << i18n("Ok.") << "</font>";
else
- info << "<font color=\"DarkRed\">" << i18n("Kaffeine requires KDE >= %1.").arg("3.2") << "</font>";
+ info << "<font color=\"DarkRed\">" << i18n("Kaffeine requires TDE >= %1.").arg("3.2") << "</font>";
//XINE-LIB
//Should engine depending stuff be here?
@@ -230,7 +230,7 @@ void InstWizard::internalWizard()
TQStringList dirs = KGlobal::dirs()->findDirs("data", "kaffeine");
TQString homePath = KGlobal::dirs()->localtdedir();
- kdDebug() << "WizardDialog: KDE homedir: " << homePath << endl;
+ kdDebug() << "WizardDialog: TDE homedir: " << homePath << endl;
TQString dataPath;
if (dirs[0].left(homePath.length()) != homePath) /* global data path */
dataPath = dirs[0];