summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kscreensaver/kxsconfig/kxsconfig.cpp2
-rw-r--r--kscreensaver/kxsconfig/kxsrun.cpp2
-rw-r--r--styles/dotnet/README2
3 files changed, 3 insertions, 3 deletions
diff --git a/kscreensaver/kxsconfig/kxsconfig.cpp b/kscreensaver/kxsconfig/kxsconfig.cpp
index 6020bcdb..39da69bc 100644
--- a/kscreensaver/kxsconfig/kxsconfig.cpp
+++ b/kscreensaver/kxsconfig/kxsconfig.cpp
@@ -227,7 +227,7 @@ void KXSConfigDialog::slotPreviewExited(KProcess *)
TQString word;
saver = saver.stripWhiteSpace();
while ( !saver[i].isSpace() ) word += saver[i++];
- //work around a KStandarDirs::findExe() "feature" where it looks in $KDEDIR/bin first no matter what and sometimes finds the wrong executable
+ //work around a KStandarDirs::findExe() "feature" where it looks in $TDEDIR/bin first no matter what and sometimes finds the wrong executable
TQFileInfo checkExe;
TQString saverdir = TQString("%1/%2").tqarg(XSCREENSAVER_HACKS_DIR).tqarg(word);
TQString path;
diff --git a/kscreensaver/kxsconfig/kxsrun.cpp b/kscreensaver/kxsconfig/kxsrun.cpp
index 540d8f6c..3eb12c12 100644
--- a/kscreensaver/kxsconfig/kxsrun.cpp
+++ b/kscreensaver/kxsconfig/kxsrun.cpp
@@ -133,7 +133,7 @@ int main(int argc, char *argv[])
}
// find the xscreensaver executable
- //work around a KStandarDirs::findExe() "feature" where it looks in $KDEDIR/bin first no matter what and sometimes finds the wrong executable
+ //work around a KStandarDirs::findExe() "feature" where it looks in $TDEDIR/bin first no matter what and sometimes finds the wrong executable
TQFileInfo checkExe;
TQString saverdir = TQString("%1/%2").tqarg(XSCREENSAVER_HACKS_DIR).tqarg(filename);
kdDebug() << "saverdir is" << saverdir << endl;
diff --git a/styles/dotnet/README b/styles/dotnet/README
index a1fcdfa1..6887cf2b 100644
--- a/styles/dotnet/README
+++ b/styles/dotnet/README
@@ -1,6 +1,6 @@
To make this your default style without having to recompile tdelibs:
-Create a $KDEHOME/share/config/kstylerc with the following lines.
+Create a $TDEHOME/share/config/kstylerc with the following lines.
[KDE]
WidgetStyle=dotNET