diff options
-rw-r--r-- | adept/kubuntu_upgrader/upgradewizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adept/kubuntu_upgrader/upgradewizard.cpp b/adept/kubuntu_upgrader/upgradewizard.cpp index c715d90..b692807 100644 --- a/adept/kubuntu_upgrader/upgradewizard.cpp +++ b/adept/kubuntu_upgrader/upgradewizard.cpp @@ -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()); |