summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-03-13 15:00:14 -0500
committerDarrell Anderson <[email protected]>2012-03-13 15:00:14 -0500
commit77811b8ba122ab8cb44e0dc0b4f3bd49a16f7341 (patch)
tree8c37e7dfcea01d5acc19f95e188173c10845aa71
parent7f959cdbe2c5599c2716058a65f392e45f115ab7 (diff)
downloadadept-77811b8ba122ab8cb44e0dc0b4f3bd49a16f7341.tar.gz
adept-77811b8ba122ab8cb44e0dc0b4f3bd49a16f7341.zip
Fix references of /tmp/kde-root -> /tmp/tde-root to avoid potential conflicts with KDE4.
This partially resolves bug report 813.
-rw-r--r--adept/kubuntu_upgrader/upgradewizard.cpp2
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());