Fix references of /tmp/kde-root -> /tmp/tde-root to avoid potential conflicts with KDE4.

This partially resolves bug report 813.
master
Darrell Anderson 12 years ago
parent 7f959cdbe2
commit 77811b8ba1

@ -126,7 +126,7 @@ void UpgradeWizard::removeOldUpgradeTool()
// remove old files from dist-upgrade when we check if there is a knew one since
// adept kills us before we have a chance on the same run.
// Mar-22-2007 Billy Pollifrone
TQString directoryName("/tmp/kde-root");
TQString directoryName("/tmp/tde-root");
TQString directoryFilter("adept_*.tmp*");
TQDir dir(directoryName, directoryFilter);
TQStringList files(dir.entryList());

Loading…
Cancel
Save