summaryrefslogtreecommitdiffstats
path: root/kscreensaver/kxsconfig
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:06:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:06:24 -0600
commit1d7a4d73bbb15f5090f210aadc8dead67385f2e5 (patch)
tree2d0f3f5e19ebb46824755e05d779c2961fba60ca /kscreensaver/kxsconfig
parent0333a5ee03529e8d4e535f074af4bef746664c70 (diff)
downloadtdeartwork-1d7a4d73bbb15f5090f210aadc8dead67385f2e5.tar.gz
tdeartwork-1d7a4d73bbb15f5090f210aadc8dead67385f2e5.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kscreensaver/kxsconfig')
-rw-r--r--kscreensaver/kxsconfig/kxsconfig.cpp2
-rw-r--r--kscreensaver/kxsconfig/kxsrun.cpp2
2 files changed, 2 insertions, 2 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;