Rename KDEHOME and KDEDIR

pull/1/head
Timothy Pearson 13 years ago
parent 0333a5ee03
commit 1d7a4d73bb

@ -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;

@ -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;

@ -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

Loading…
Cancel
Save